File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed
themes/opentermsarchive/assets/css/components Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change 15
15
16
16
.aside_nav {
17
17
> ul > li > details > ul > li : last-child ,
18
- > ul > li > details > ul > li > ul {
18
+ > ul > li > details > ul > li : not ( : last-child ) > ul {
19
19
margin-bottom : var (--mS );
20
20
}
21
21
38
38
width : 100% ;
39
39
}
40
40
41
- .aside_item-current {
41
+ .aside_item-current {
42
42
color : var (--colorBlack800 );
43
43
44
44
& ::before {
75
75
bottom : 0 ;
76
76
width : 1px ;
77
77
background-color : var (--colorPrimary );
78
- border-top-right-radius : 0 ;
79
- border-bottom-right-radius : 0 ;
78
+ border-radius : 0 ;
80
79
}
81
80
82
- & .aside_item-current ::before {
83
- top : 2px ;
84
- bottom : 2px ;
85
- }
81
+ & .aside_item-current {
82
+ & ::before {
83
+ top : 2px ;
84
+ bottom : 2px ;
85
+ }
86
86
87
- & .aside_item-current ::after {
88
- top : 0 ;
89
- bottom : 0 ;
90
- right : var (--mXS );
87
+ & ::after {
88
+ top : 0 ;
89
+ bottom : 0 ;
90
+ right : var (--mXS );
91
+ }
91
92
}
92
93
}
93
94
142
143
}
143
144
144
145
> span ,
145
- > a {
146
+ a {
146
147
padding-left : var (--mS );
147
148
}
148
149
149
150
> a {
150
- padding-left : var (--mL );
151
151
padding-top : var (--p3XS );
152
152
padding-bottom : var (--p3XS );
153
153
}
159
159
padding : 0 ;
160
160
161
161
a {
162
- padding-left : var (--mL );
163
- padding-top : var (--p3XS );
164
- padding-bottom : var (--p3XS );
162
+ padding : var (--p3XS ) var (--mL );
165
163
border-radius : 4px ;
166
164
}
167
165
}
170
168
}
171
169
}
172
170
}
173
-
You can’t perform that action at this time.
0 commit comments