mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Implement styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user