21 lines
341 B
SCSS
21 lines
341 B
SCSS
@import 'src/views/styles/base.module.scss';
|
|
|
|
.rowButton {
|
|
margin: 0px;
|
|
}
|
|
|
|
.selectedRow {
|
|
* {
|
|
background: $burnt_orange !important;
|
|
color: white !important;
|
|
box-shadow: none !important;
|
|
}
|
|
}
|
|
|
|
.inActiveSchedule {
|
|
* {
|
|
color: $turtle_pond !important;
|
|
font-weight: bold !important;
|
|
}
|
|
}
|