mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
many style improvements
This commit is contained in:
@@ -13,13 +13,6 @@ mixin menu_message(icon, short, classes="")
|
||||
sup(style="line-height:1")
|
||||
block
|
||||
|
||||
mixin switch(id)
|
||||
div(class="switch-box")
|
||||
input(checked type="checkbox" id=id class="switch-checkbox")
|
||||
label(class="switch-label" for=id)
|
||||
span(class="switch-inner")
|
||||
span(class="switch")
|
||||
|
||||
ul(id="navbar")
|
||||
li(class="left")
|
||||
a(id="logo" href="/") ←
|
||||
|
||||
Reference in New Issue
Block a user