Adding prefixed style output
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user