File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
src/shared/components/Terms Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 40
40
br + br {
41
41
display : none ;
42
42
}
43
+
44
+ ol {
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
+ }
68
+ }
69
+
70
+ ul {
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 ;
76
+
77
+ li {
78
+ font-weight : 400 ;
79
+ }
80
+ }
43
81
}
44
82
45
83
.frame {
You can’t perform that action at this time.
0 commit comments