File tree 3 files changed +18
-3
lines changed
src/courseware/course/content-tools
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class Calculator extends Component {
157
157
/>
158
158
</ li >
159
159
</ ul >
160
- < table className = "table small" >
160
+ < table className = "pgn__data- table small" >
161
161
< thead >
162
162
< tr >
163
163
< th scope = "col" >
Original file line number Diff line number Diff line change 4
4
background-color : #f1f1f1 ;
5
5
box-shadow : 0 -1px 0 0 #ddd ;
6
6
}
7
+
8
+ table {
9
+ tr {
10
+ border-bottom : var (--pgn-size-border-width ) solid var (--pgn-color-border );
11
+ }
12
+
13
+ thead tr {
14
+ border-bottom : calc (2 * var (--pgn-size-border-width )) solid var (--pgn-color-border );
15
+ border-top : var (--pgn-size-border-width ) solid var (--pgn-color-border );
16
+ }
17
+
18
+ tbody tr {
19
+ vertical-align : top ;
20
+ }
21
+ }
7
22
}
Original file line number Diff line number Diff line change 8
8
display : inline-block ;
9
9
position : relative ;
10
10
z-index : 2 ;
11
- background-color : #f1f1f1 ;
12
- border : solid 1px #ddd ;
11
+ background-color : #f1f1f1 !important ;
12
+ border : solid 1px #ddd !important ;
13
13
border-bottom : none ;
14
14
border-top-left-radius : .3rem ;
15
15
border-top-right-radius : .3rem ;
You can’t perform that action at this time.
0 commit comments