File tree Expand file tree Collapse file tree 1 file changed +31
-7
lines changed
src/shared/components/Terms Expand file tree Collapse file tree 1 file changed +31
-7
lines changed Original file line number Diff line number Diff line change 42
42
}
43
43
44
44
ol {
45
- list-style-type : decimal ;
46
- padding : 0 15px ;
45
+ margin : 0 0 5px ;
46
+ counter-reset : item;
47
+ font-size : 15px ;
48
+ color : $tc-gray-90 ;
49
+ line-height : 25px ;
50
+ display : table ;
51
+
52
+ li {
53
+ list-style-type : none ;
54
+ font-weight : 400 ;
55
+ counter-increment : item;
56
+ display : table-row ;
57
+ white-space : normal ;
58
+
59
+ & ::before {
60
+ display : table-cell ;
61
+ font-weight : 700 ;
62
+ text-align : right ;
63
+ content : counter (item ) " ." ;
64
+ padding : 0 10px 0 0 ;
65
+ width : 32px ;
66
+ }
67
+ }
47
68
}
48
69
49
70
ul {
50
- list-style-type : disc ;
51
- padding : 0 15px ;
52
- }
71
+ margin : 0 0 5px 20px ;
72
+ font-size : 15px ;
73
+ color : $tc-gray-90 ;
74
+ line-height : 25px ;
75
+ list-style : disc outside none ;
53
76
54
- li {
55
- list-style-position : outside ;
77
+ li {
78
+ font-weight : 400 ;
79
+ }
56
80
}
57
81
}
58
82
You can’t perform that action at this time.
0 commit comments