mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 05:52:44 +08:00
42 lines
647 B
Text
42 lines
647 B
Text
|
|
.legend {
|
|
border-bottom: 1px solid var(--border-color, #ddd);
|
|
font-size: 150%;
|
|
line-height: 2.1;
|
|
margin-bottom: 1.43em;
|
|
}
|
|
summary.legend {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn.btn-thin {
|
|
padding: 0 9px;
|
|
}
|
|
|
|
.alert a:not(.close) {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.alert.alert-info a:not(.close) {
|
|
color: var(--info-clr, #3a87ad);
|
|
}
|
|
|
|
.alert.alert-error a:not(.close) {
|
|
color: var(--error-clr, #b94a48);
|
|
}
|
|
|
|
/* mobile and tablet */
|
|
@media screen and (max-width: 999px) {
|
|
.form-horizontal {
|
|
.control-group {
|
|
> label {
|
|
text-align: left;
|
|
}
|
|
|
|
// Move over all input controls and content
|
|
> *:not(label) {
|
|
margin-left: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|