File tree Expand file tree Collapse file tree 2 files changed +16
-74
lines changed
views/components/injected/TableRow Expand file tree Collapse file tree 2 files changed +16
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33.row {
44 > td :first-child {
5- padding-left : 12px ;
6- padding-top : 0 ;
7- padding-bottom : 0 ;
5+ padding-left : 12px !important ;
6+ padding-top : 0 !important ;
7+ padding-bottom : 0 !important ;
88 }
99
1010 > td :last-child {
11- padding-right : 12px ;
12- padding-top : 0 ;
13- padding-bottom : 0 ;
11+ padding-right : 12px !important ;
12+ padding-top : 0 !important ;
13+ padding-bottom : 0 !important ;
1414 }
1515
1616 > * {
3131 border-radius : 0px 5px 5px 0px ;
3232 opacity : 0.5 ;
3333 div {
34- color : white ;
35- text-decoration : none ;
36- font-weight : normal ;
34+ color : white !important ;
35+ text-decoration : none !important ;
36+ font-weight : normal !important ;
3737 }
3838 }
3939 }
6161
6262.selectedRow {
6363 > * {
64- background : colors .$burnt_orange ;
65- color : white ;
66- box-shadow : none ;
64+ background : colors .$burnt_orange !important ;
65+ color : white !important ;
66+ box-shadow : none !important ;
6767 }
6868 .rowButton {
69- background : colors .$burnt_orange ;
70- box-shadow : none ;
69+ background : colors .$burnt_orange !important ;
70+ box-shadow : none !important ;
7171 }
7272}
7373
7474.inActiveSchedule {
7575 > * :not (td :last-child ) {
76- color : colors .$turtle_pond ;
77- font-weight : bold ;
76+ color : colors .$turtle_pond !important ;
77+ font-weight : bold !important ;
7878 }
7979}
8080
You can’t perform that action at this time.
0 commit comments