13 lines
189 B
SCSS
13 lines
189 B
SCSS
@import 'src/views/styles/base.module.scss';
|
|
|
|
.rowButton {
|
|
margin: 2px;
|
|
}
|
|
|
|
.selectedRow {
|
|
* {
|
|
background: $burnt_orange !important;
|
|
color: white !important;
|
|
}
|
|
}
|