snappymail/dev/Styles/SettingsGeneral.less
2020-09-12 13:57:09 +02:00

38 lines
450 B
Plaintext

.b-settings-general {
html.rl-mobile &{
margin-right: 15px;
}
.notification-desc-denied {
color: #999;
display: none;
}
.denied-by-browser {
.notification-desc-denied {
display: inline;
}
.notification-desc {
color: #999;
}
}
.flag-selector {
padding-top: 5px;
}
.flag-name {
border-bottom: 1px dashed #555;
cursor: pointer;
padding: 2px 0;
&:focus {
outline: 1px;
outline-style: dotted;
}
}
}