File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $svg-height: 24;
2
2
$trans-timing : 600ms ;
3
3
4
4
@mixin svgMenuIcon ($color : currentColor , $height : $svg-height ) {
5
- background : url (' data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/ svg" width="24" height=" ' + $height + ' " viewBox="0 0 24 24" fill="none" stroke=" ' + $color + ' " stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg> ' ) no-repeat 50% ;
5
+ background : url (/ assets/img/menu. svg ) no-repeat 50% ;
6
6
}
7
7
8
8
@mixin rotateSubmenuToggle () {
@@ -139,7 +139,7 @@ $trans-timing: 600ms;
139
139
@media (min-width : $bp-tablet ) {
140
140
border-bottom : 2px solid $color-spacer ;
141
141
.submenu {
142
- background : $color-submenu- bg ;
142
+ background : $color-bg ;
143
143
border-top : 2px solid $color-spacer ;
144
144
font-size : 16px ;
145
145
position : absolute ;
You can’t perform that action at this time.
0 commit comments