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

@ -1,7 +1,7 @@
@contacts-popup-left-width: 220px;
@contacts-popup-left-width: 25%;
.b-contacts-content {
.RL-PopupsContacts {
.control-group {
.control-label {
@ -10,11 +10,8 @@
}
}
&.modal {
position: absolute;
right: 0;
.modal {
bottom: 0;
left: 0;
width: auto;
min-width: 550px;
max-width: 900px;
@ -36,8 +33,8 @@
border-bottom: 1px solid rgba(128,128,128,0.4);
.e-search {
margin-top: 7px;
width: @contacts-popup-left-width - 20;
margin: 7px 0 0;
width: calc(100% - 20px);
}
}
@ -268,18 +265,3 @@
}
}
}
@media screen and (max-width: 700px) {
.b-contacts-content {
.b-list-content, .b-list-toolbar, .b-list-footer-toolbar {
width: 170px;
}
.b-list-toolbar .e-search {
width: 150px;
}
.b-view-content-toolbar, .b-view-content {
left: 170px;
}
}
}

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 */