Files
talk/plugins/talk-plugin-notifications/client/components/Settings.css
T
2018-02-22 12:10:46 +01:00

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;
}