File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ $b: '.#{variables.$ns}menu2-item';
37
37
38
38
& ::after ,
39
39
& __arrow {
40
+ display : flex ;
41
+ align-items : center ;
40
42
position : relative ;
41
43
inset-inline-start : var (--_--submenu-icon-shift );
42
44
margin-inline-start : auto ;
@@ -122,18 +124,18 @@ $b: '.#{variables.$ns}menu2-item';
122
124
}
123
125
124
126
& _l {
125
- --_--min-height : 36 px ;
127
+ --_--min-height : 32 px ;
126
128
--_--padding-block : 8px ;
127
- --_--padding-inline : 16 px ;
129
+ --_--padding-inline : 12 px ;
128
130
--_--border-radius : var (--g-border-radius-m );
129
131
--_--icon-size : 16px ;
130
132
--_--icon-offset : 6px ;
131
133
--_--submenu-icon-shift : 8px ;
132
134
}
133
135
134
136
& _xl {
135
- --_--min-height : 44 px ;
136
- --_--padding-block : 12 px ;
137
+ --_--min-height : 36 px ;
138
+ --_--padding-block : 8 px ;
137
139
--_--padding-inline : 16px ;
138
140
--_--border-radius : var (--g-border-radius-l );
139
141
--_--icon-size : 20px ;
You can’t perform that action at this time.
0 commit comments