Commit 14c272f6 authored by Nikolay Gromov's avatar Nikolay Gromov

Апгрейд библиотеки на pug

parent 9d0a36dc
This diff is collapsed.
...@@ -11,15 +11,18 @@ $toggler-part-bg-color: #000 !default; ...@@ -11,15 +11,18 @@ $toggler-part-bg-color: #000 !default;
position: relative; position: relative;
z-index: 1; z-index: 1;
display: flex; display: inline-block;
align-items: center; padding: 0;
width: 30px; width: 30px;
height: 30px; line-height: 30px;
background: transparent;
border: none;
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
> span { > span {
display: inline-block; display: inline-block;
vertical-align: middle;
width: 100%; width: 100%;
height: $toggler-part-height; height: $toggler-part-height;
background: $toggler-part-bg-color; background: $toggler-part-bg-color;
......
...@@ -11,15 +11,18 @@ $toggler-part-bg-color: #000 !default; ...@@ -11,15 +11,18 @@ $toggler-part-bg-color: #000 !default;
position: relative; position: relative;
z-index: 1; z-index: 1;
display: flex; display: inline-block;
align-items: center; padding: 0;
width: 30px; width: 30px;
height: 30px; line-height: 30px;
background: transparent;
border: none;
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
> span { > span {
display: inline-block; display: inline-block;
vertical-align: middle;
width: 100%; width: 100%;
height: $toggler-part-height; height: $toggler-part-height;
background: transparent; background: transparent;
......
//- Подключение примесей //- Подключение примесей
//- include ../blocks/main-nav/main-nav.pug include ../blocks/close/close.pug
include ../blocks/burger/burger.pug
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