mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
theme, move 378aa627d0 into main.scss and recompile css
This commit is contained in:
parent
63b1422221
commit
d034df7b67
@ -656,9 +656,22 @@ select {
|
||||
.table-responsive {
|
||||
@media screen and (max-width: $screen-xs-max) {
|
||||
margin-bottom: 0;
|
||||
> .table {
|
||||
> thead,
|
||||
> tbody,
|
||||
> tfoot {
|
||||
> tr {
|
||||
> th,
|
||||
> td {
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
label>input[type="checkbox"],
|
||||
label>input[type="radio"] {
|
||||
margin-right: .4em;
|
||||
|
||||
@ -5821,6 +5821,7 @@ table {
|
||||
padding: 10px 20px; }
|
||||
|
||||
.label-opnsense {
|
||||
/* emulates btn */
|
||||
border: 1px solid transparent;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
@ -5829,9 +5830,11 @@ table {
|
||||
border-radius: 3px; }
|
||||
|
||||
.label-opnsense-sm {
|
||||
/* emulates btn-sm */
|
||||
padding: 5px 10px; }
|
||||
|
||||
.label-opnsense-xs {
|
||||
/* emulates btn-xs */
|
||||
padding: 1px 5px; }
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@ -5875,12 +5878,19 @@ select {
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.table-responsive {
|
||||
margin-bottom: 0px; } }
|
||||
margin-bottom: 0; }
|
||||
.table-responsive > .table > thead > tr > th,
|
||||
.table-responsive > .table > thead > tr > td,
|
||||
.table-responsive > .table > tbody > tr > th,
|
||||
.table-responsive > .table > tbody > tr > td,
|
||||
.table-responsive > .table > tfoot > tr > th,
|
||||
.table-responsive > .table > tfoot > tr > td {
|
||||
white-space: normal !important; } }
|
||||
|
||||
label>input[type="checkbox"],
|
||||
label>input[type="radio"] {
|
||||
label > input[type="checkbox"],
|
||||
label > input[type="radio"] {
|
||||
margin-right: .4em;
|
||||
float:left; }
|
||||
float: left; }
|
||||
|
||||
#log-settings label[for^="act"] {
|
||||
margin-right: 1.5em; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user