Adding prefixed style output

This commit is contained in:
Fabian Stamm
2020-03-27 10:43:53 +01:00
parent 4864abab1c
commit 2835b1bac9
23 changed files with 155 additions and 156 deletions

View File

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