mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 02:48:05 +08:00
28 lines
347 B
CSS
28 lines
347 B
CSS
.root {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.innerSettings {
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.subtitle {
|
|
margin: 0;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.turnOffButton {
|
|
padding: 2px 0;
|
|
color: #2099d6;
|
|
border-bottom: 1px solid #2099d6;
|
|
|
|
&:disabled {
|
|
color: #e5e5e5;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
}
|
|
|
|
.notifcationSettingsSlot {
|
|
margin-bottom: 3px;
|
|
}
|