mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
16 lines
229 B
SCSS
16 lines
229 B
SCSS
.demo-key-row {
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.demo-row-even {
|
|
background-color: $green-lighten-2;
|
|
}
|
|
|
|
.demo-row-odd {
|
|
background-color: $green-lighten-4;
|
|
}
|
|
|
|
.header-class {
|
|
background-color: $green-lighten-4;
|
|
} |