File tree 2 files changed +16
-74
lines changed
views/components/injected/TableRow
2 files changed +16
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
.row {
4
4
> 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 ;
8
8
}
9
9
10
10
> 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 ;
14
14
}
15
15
16
16
> * {
31
31
border-radius : 0px 5px 5px 0px ;
32
32
opacity : 0.5 ;
33
33
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 ;
37
37
}
38
38
}
39
39
}
61
61
62
62
.selectedRow {
63
63
> * {
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 ;
67
67
}
68
68
.rowButton {
69
- background : colors .$burnt_orange ;
70
- box-shadow : none ;
69
+ background : colors .$burnt_orange !important ;
70
+ box-shadow : none !important ;
71
71
}
72
72
}
73
73
74
74
.inActiveSchedule {
75
75
> * :not (td :last-child ) {
76
- color : colors .$turtle_pond ;
77
- font-weight : bold ;
76
+ color : colors .$turtle_pond !important ;
77
+ font-weight : bold !important ;
78
78
}
79
79
}
80
80
You can’t perform that action at this time.
0 commit comments