Adding table
This commit is contained in:
5
src/theme/_table.scss
Normal file
5
src/theme/_table.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.table {
|
||||
tr:nth-child(odd):not(:first-child) {
|
||||
background: darken-brighten-color($background, 10%)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user