Adjust large table row colors
This commit is contained in:
@@ -77,10 +77,16 @@
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background: var(--color-white);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-large-table__row--header {
|
.sg-large-table__row--header {
|
||||||
font-weight: var(--font-weight-semibold);
|
font-weight: var(--font-weight-semibold);
|
||||||
|
background: var(--color-medium-grey);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-large-table > .sg-large-table__row:nth-child(odd) {
|
||||||
|
background: var(--color-light-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-large-table__cell {
|
.sg-large-table__cell {
|
||||||
|
|||||||
Reference in New Issue
Block a user