add $transition-delay-navba

This commit is contained in:
Pieter Lambrecht 2023-02-17 14:04:09 +01:00
parent 7c240a6cd2
commit bd3899e050
7 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -78,7 +78,7 @@
background-color: var(--nbx-sidebar-bg);
border-right: 1px solid $border-color;
transition: $transition-100ms-ease-in-out;
transition-delay: 200ms;
transition-delay: $transition-delay-navbar;
// Media fixes for mobile resolutions.
@include media-breakpoint-down(lg) {

View File

@ -44,6 +44,7 @@ $sidebar-width: 280px;
$sidebar-bottom-height: 4rem;
$transition-100ms-ease-in-out: all 0.1s ease-in-out;
$transition-delay-navbar: 0.1s;
// Sidebar/Sidenav
$sidenav-width-closed: 3rem;