tweak table styles
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d13d7fc15e
commit
43d07b001b
|
@ -132,16 +132,20 @@ table {
|
|||
thead th {
|
||||
@include heading;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
thead tr, tr:not(:last-child) {
|
||||
@include hline(10em, 1px, $primary-1, $primary-2, $primary-3)
|
||||
thead tr, {
|
||||
@include hline(10em, 2px, $primary-1, $primary-2, $primary-3)
|
||||
}
|
||||
|
||||
tr:not(:last-child) {
|
||||
border-bottom: 1px solid $primary-3;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 0.2em 0.5em;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue