Files
Theme/src/base/_table.scss
2020-03-27 10:43:53 +01:00

16 lines
235 B
SCSS

.#{$ns}table {
border-collapse: collapse;
width: 100%;
th,
td {
text-align: left;
padding: 8px;
}
tr:first-child {
background-color: $primary;
color: var(--on-primary);
}
}