File tree 1 file changed +38
-8
lines changed 1 file changed +38
-8
lines changed Original file line number Diff line number Diff line change 1
1
table {
2
+ border-collapse : collapse ;
2
3
text-align : left ;
3
4
4
5
td {
5
6
color : color (secondary-dark );
6
- word-break : break-all ;
7
-
8
- @include breakpoint (medium up ) {
9
- word-break : keep-all ;
10
- }
7
+ vertical-align : top ;
11
8
}
12
9
13
10
thead {
14
- display : block ;
15
11
font-size : 14px ;
16
12
font-weight : 500 ;
17
- background-color : color (gray );
13
+ background-color : color (gray-light );
18
14
border-radius : 4px ;
19
15
font-weight : 500 ;
20
16
line-height : 1.71 ;
21
17
padding : 12px ;
22
18
}
23
19
24
20
tbody {
25
- display : block ;
26
21
font-size : 15px ;
27
22
line-height : 1.73 ;
28
23
padding : 12px ;
29
24
}
25
+
26
+ th , td {
27
+ padding : 5px 25px ;
28
+
29
+ & :first-of-type {
30
+ padding-left : 15px ;
31
+ }
32
+
33
+ & :last-of-type {
34
+ padding-right : 15px ;
35
+ }
36
+
37
+ @include breakpoint (medium up ) {
38
+ padding : 10px 35px ;
39
+
40
+ & :first-of-type {
41
+ padding-left : 5px ;
42
+ }
43
+
44
+ & :last-of-type {
45
+ padding-right : 5px ;
46
+ }
47
+ }
48
+ }
49
+
50
+ th {
51
+ padding-top : 13px ;
52
+ padding-bottom : 13px ;
53
+ }
54
+
55
+ tbody {
56
+ tr {
57
+ border-bottom : 1px solid rgba (color (secondary ), 0.1 );
58
+ }
59
+ }
30
60
}
You can’t perform that action at this time.
0 commit comments