Add transition in navbar background
This commit is contained in:
parent
ee5eeb0ccc
commit
eb5739ab82
|
@ -53,6 +53,7 @@
|
|||
background-size: cover;
|
||||
box-shadow: @navbar-box-shadow;
|
||||
position: relative;
|
||||
transition: background 0.35s ease-out;
|
||||
z-index: @navbar-z-index;
|
||||
|
||||
& .uk-logo {
|
||||
|
@ -158,6 +159,7 @@
|
|||
|
||||
.hook-inverse() {
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) {
|
||||
background-color: @inverse-navbar-background;
|
||||
background-image: @inverse-navbar-background-image;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue