css: Reorder settings.scss to put .table next to each other.

This commit is contained in:
majordwarf
2020-05-12 09:33:38 +05:30
committed by Tim Abbott
parent f324298be2
commit 83f68f6710

View File

@@ -165,6 +165,10 @@ h3 .fa-question-circle-o {
margin-top: 24px;
}
.table tbody {
border-bottom: 1px solid hsl(0, 0%, 87%);
}
.table.table-condensed.table-striped {
margin: 0px;
}
@@ -176,10 +180,6 @@ h3 .fa-question-circle-o {
white-space: normal;
}
.table tbody {
border-bottom: 1px solid hsl(0, 0%, 87%);
}
.table-condensed td {
vertical-align: middle;
}