optional relative squashing

This commit is contained in:
Devaev Maxim
2020-11-07 05:55:34 +03:00
parent afcd6408bb
commit b83ba7692a
4 changed files with 49 additions and 19 deletions

View File

@@ -13,6 +13,17 @@ mixin menu_message(icon, short, classes="")
sup(style="line-height:1")
block
mixin menu_switch(id, title)
div(class="text")
table(class="one-line-switch")
td #{title}:
td(align="right")
div(class="switch-box")
input(checked type="checkbox" id=id)
label(for=id)
span(class="switch-inner")
span(class="switch")
ul(id="navbar")
li(class="left")
a(id="logo" href="/") ←