table love
This commit is contained in:
parent
f70887dd78
commit
6b4d5ce9cf
1 changed files with 16 additions and 1 deletions
|
@ -81,7 +81,22 @@
|
|||
th:first-of-type,
|
||||
td:last-of-type,
|
||||
th:last-of-type {
|
||||
padding: var(--spacing-medium);
|
||||
padding: var(--spacing-small) var(--spacing-medium);
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: 2px solid var(--color-border);
|
||||
letter-spacing: 0.1rem;
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
tr {
|
||||
&:not(:last-of-type) {
|
||||
td {
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue