backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-04-20 13:25:20 +02:00
parent ae0475dbc0
commit 7f8107cccc

View file

@ -10,7 +10,6 @@ $pagination-bg: #ffffff;
$pagination-active-color: #ffffff;
$pagination-active-bg: #343a40;
@import "~simplemde/dist/simplemde.min.css";
@import "~choices.js/src/styles/choices.scss";
@import "~bootstrap/scss/bootstrap.scss";
@import "~@fortawesome/fontawesome-free/css/all.css";
@ -218,6 +217,25 @@ tr.table-primary-light {
}
table.table-fixed, .table-fixed > table {
thead {
tr {
th {
&.sorted {
&::before {
content: '\f0dc';
font-family: 'FontAwesome';
color: #aaa;
margin-right: 3px;
}
}
}
}
}
}
@media screen and (min-height: 650px) {
table.table-fixed, .table-fixed > table {
width: 100%;
tbody {
@ -245,14 +263,6 @@ table.table-fixed, .table-fixed > table {
tr {
th {
float: left;
&.sorted {
&::before {
content: '\f0dc';
font-family: 'FontAwesome';
color: #aaa;
margin-right: 3px;
}
}
}
}