snappymail/dev/Styles/_BootstrapFix.less

43 lines
649 B
Plaintext
Raw Normal View History

.legend {
border-bottom: 1px solid var(--border-color, #ddd);
font-size: 150%;
line-height: 2.1;
margin-bottom: 1.43em;
}
2022-01-29 07:20:31 +08:00
summary.legend {
cursor: pointer;
}
.btn.btn-thin {
2015-02-21 22:08:09 +08:00
padding: 4px 9px;
}
.alert a:not(.close) {
2013-11-19 06:37:57 +08:00
text-decoration: underline;
2014-10-24 01:59:21 +08:00
}
.alert.alert-info a:not(.close) {
color: var(--info-clr, #3a87ad);
2014-10-24 01:59:21 +08:00
}
.alert.alert-error a:not(.close) {
color: var(--error-clr, #b94a48);
}
2021-02-08 04:10:05 +08:00
/* mobile and tablet */
@media screen and (max-width: 999px) {
2016-05-01 09:07:10 +08:00
.form-horizontal {
.control-group {
> label {
2016-05-01 09:07:10 +08:00
text-align: left;
}
// Move over all input controls and content
> *:not(label) {
margin-left: 20px;
2016-05-01 09:07:10 +08:00
}
}
}
2016-05-03 04:42:29 +08:00
}