Commit 218a1fc1 authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Добавил дефолтные переменные в стилизацию бургера

parent 0c498a41
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
// модификаторов, псевдоселекторов, псевдоэлементов, @media-условий... // модификаторов, псевдоселекторов, псевдоэлементов, @media-условий...
// Не пишите здесь другие селекторы. // Не пишите здесь другие селекторы.
$toggler-part-height: 3px !default;
$toggler-part-bg-color: #000 !default;
.burger { .burger {
position: relative; position: relative;
z-index: 1; z-index: 1;
......
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