mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-03-22 21:54:31 +00:00
11 lines
133 B
SCSS
11 lines
133 B
SCSS
table.foo {
|
|
background-color: $grey-500;
|
|
}
|
|
|
|
table#bar {
|
|
background-color: $light-blue;
|
|
}
|
|
|
|
div.boo {
|
|
border: 2px solid salmon;
|
|
} |