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 {
|
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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue