auto generate classes using scss magic, some restyling and refactoring'

This commit is contained in:
Sriram Hariharan
2023-03-06 23:28:08 -06:00
parent ebeb7d692b
commit 1fa67f451a
5 changed files with 52 additions and 112 deletions

View File

@@ -1,8 +1,8 @@
@import 'src/views/styles/base.module.scss';
.selectedRow {
td {
background: green !important;
* {
background: $burnt_orange !important;
color: white !important;
}
}