css: Use SCSS nesting in settings.scss for `.table`.

This commit is contained in:
majordwarf 2020-05-12 09:35:35 +05:30 committed by Tim Abbott
parent 83f68f6710
commit e2ef46d0fb
1 changed files with 7 additions and 5 deletions

View File

@ -165,12 +165,14 @@ h3 .fa-question-circle-o {
margin-top: 24px;
}
.table tbody {
border-bottom: 1px solid hsl(0, 0%, 87%);
}
.table {
tbody {
border-bottom: 1px solid hsl(0, 0%, 87%);
}
.table.table-condensed.table-striped {
margin: 0px;
&.table-condensed.table-striped {
margin: 0px;
}
}
.wrapped-table {