diff --git a/less/navbar.less b/less/navbar.less index c372068..ca73b76 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -51,6 +51,14 @@ /* Navbar */ +.hook-navbar() { + & .uk-logo { + & > img { + height: @navbar-nav-item-height - 20px; + } + } +} + .hook-navbar-container() { background-image: @navbar-background-image; background-size: cover; @@ -58,12 +66,6 @@ position: relative; transition: background 0.35s ease-out; z-index: @navbar-z-index; - - & .uk-logo { - & > img { - height: @navbar-nav-item-height - 20px; - } - } } /* Toggle */