@@ -39,8 +39,8 @@ $submenu-item-height: 30px;
position: absolute;
background-color: $menu-background-color;
height: 100%;
- left: -50%;
- width: 200%;
+ left: -50vw;
+ width: 200vw;
z-index: -1;
}
@@ -153,8 +153,8 @@ ul.dropdown-left {
background-color: #4facc6;
background-color: #3259d7;
background-color: #04a04c;
background-color: #8c8c8c;
background-color: #0aa5ec;
background-color: #dd453f;
@@ -1,5 +1,6 @@
// Red Theme
$main-color: #dd453f;
+
@use 'style' with (
$menu-background-color: $main-color,
$menu-background-color-hovered: $main-color,
background-color: #e4611b;
background-color: #a5377e;
background-color: #df0009;