mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 15:41:02 +08:00
46 lines
525 B
CSS
46 lines
525 B
CSS
.root {
|
|
margin-bottom: 20px;
|
|
max-width: 350px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.disabled {
|
|
color: #e5e5e5;
|
|
}
|
|
|
|
.digest {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.titleDigest {
|
|
width: 100%;
|
|
}
|
|
|
|
.digestDropDown {
|
|
flex-shrink: 0;
|
|
}
|