Navbar: Move logo style from container to navbar

This commit is contained in:
Konstantinos Triantafyllou 2023-03-22 17:08:06 +02:00
parent f7ce215ad7
commit f264617e5a
1 changed files with 8 additions and 6 deletions

View File

@ -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 */