style: tables

This commit is contained in:
Ben Goldsworthy 2025-02-20 23:44:25 +01:00
parent fa7a39502a
commit 548125f9aa
No known key found for this signature in database
2 changed files with 15 additions and 7 deletions

View file

@ -1,7 +1,18 @@
.organisations-table {
inline-size: 80% !important;
& thead {
position: sticky;
& th {
padding: 1em;
text-align: start;
font-size: 1.4em;
}
}
&__items-icon {
padding: 1em;
font-size: 1.4em;
text-align: center;
float: inline-start;
padding-inline-end: 1em;