Cleanup bootstrap css

This commit is contained in:
djmaze 2021-07-20 20:29:47 +02:00
parent 146f76ad9f
commit f57955443b
10 changed files with 14 additions and 87 deletions

View file

@ -12,7 +12,7 @@ label.inline, span.inline {
line-height: @baseLineHeight * 2;
color: @grayDark;
border: 0;
border-bottom: 1px solid #e5e5e5;
border-bottom: 1px solid @dropdownDividerTop;
small {
font-size: @baseLineHeight * .75;
@ -40,15 +40,15 @@ label.inline, span.inline {
.alert a {
text-decoration: underline;
color: #c09853;
color: @warningText;
}
.alert.alert-info a {
color: #3a87ad;
color: @infoText;
}
.alert.alert-error a {
color: #b94a48;
color: @errorText;
}
/* mobile and tablet */