Implement styling

This commit is contained in:
Chi Vinh Le
2018-02-22 11:28:10 +01:00
parent d268e2d3e4
commit 7c676e8926
5 changed files with 39 additions and 9 deletions
@@ -1,3 +1,7 @@
.root {
margin-bottom: 20px;
}
.innerSettings {
padding-left: 12px;
}
@@ -6,3 +10,18 @@
margin: 0;
margin-bottom: 8px;
}
.turnOffButton {
padding: 2px 0;
color: #2099d6;
border-bottom: 1px solid #2099d6;
&:disabled {
color: #aaa;
border-bottom: 1px solid #aaa;
}
}
.notifcationSettingsSlot {
margin-bottom: 3px;
}