react-bootstrap-table2/packages/react-bootstrap-table2-example/stories/stylesheet/columns/_index.scss
2018-07-15 14:43:29 +08:00

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;
}