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;
position: relative;
z-index: 1;
display: flex;
align-items: center;
display: inline-block;
padding: 0;
width: 30px;
height: 30px;
line-height: 30px;
background: transparent;
border: none;
user-select: none;
cursor: pointer;
> span {
display: inline-block;
vertical-align: middle;
width: 100%;
height: $toggler-part-height;
background: $toggler-part-bg-color;
......
......@@ -11,15 +11,18 @@ $toggler-part-bg-color: #000 !default;
position: relative;
z-index: 1;
display: flex;
align-items: center;
display: inline-block;
padding: 0;
width: 30px;
height: 30px;
line-height: 30px;
background: transparent;
border: none;
user-select: none;
cursor: pointer;
> span {
display: inline-block;
vertical-align: middle;
width: 100%;
height: $toggler-part-height;
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