Commit 55152340 authored by Nikolay Gromov's avatar Nikolay Gromov

Главное меню: «настольный» вид с LG-ширины, а не с XL-ширины

parent dd052075
...@@ -11,7 +11,7 @@ $screen-lg: 992px !default; ...@@ -11,7 +11,7 @@ $screen-lg: 992px !default;
$screen-xl: 1200px !default; $screen-xl: 1200px !default;
$screen-xxl: 1800px !default; $screen-xxl: 1800px !default;
$menu-desktop-width: $screen-xl !default; $menu-desktop-width: $screen-lg !default;
$toggler-part-height: 3px !default; $toggler-part-height: 3px !default;
$toggler-part-bg-color: #000 !default; $toggler-part-bg-color: #000 !default;
......
...@@ -86,7 +86,7 @@ $opacity: 0.7; ...@@ -86,7 +86,7 @@ $opacity: 0.7;
$transition-time: 0.3s; $transition-time: 0.3s;
$shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3); $shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
$menu-desktop-width: $screen-xl; $menu-desktop-width: $screen-lg;
$toggler-part-height: 3px; $toggler-part-height: 3px;
$toggler-part-bg-color: #000; $toggler-part-bg-color: #000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment