tweak table styles
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2020-12-27 14:50:59 +01:00
parent d13d7fc15e
commit 43d07b001b
1 changed files with 7 additions and 3 deletions

View File

@ -132,16 +132,20 @@ table {
thead th { thead th {
@include heading; @include heading;
font-weight: bold; font-weight: bold;
white-space: nowrap;
} }
thead tr, tr:not(:last-child) { thead tr, {
@include hline(10em, 1px, $primary-1, $primary-2, $primary-3) @include hline(10em, 2px, $primary-1, $primary-2, $primary-3)
}
tr:not(:last-child) {
border-bottom: 1px solid $primary-3;
} }
td, th { td, th {
padding: 0.2em 0.5em; padding: 0.2em 0.5em;
text-align: left; text-align: left;
white-space: nowrap;
} }
} }