snappymail/dev/Styles/_BootstrapFix.less
2022-11-02 20:49:38 +01:00

43 lines
649 B
Plaintext

.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: 4px 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;
}
}
}
}