Files
snappymail/dev/Styles/SettingsGeneral.less
2021-02-04 17:52:46 +01:00

24 lines
262 B
Plaintext

.b-settings-general {
html.rl-mobile &{
margin-right: 15px;
}
.flag-selector {
padding-top: 5px;
}
.flag-name {
border-bottom: 1px dashed #555;
cursor: pointer;
padding: 2px 0;
&:focus {
outline: 1px;
outline-style: dotted;
}
}
}