#6797: Improve global bg/color transition

This commit is contained in:
checktheroads 2021-08-01 12:01:40 -07:00
parent 9cf560ceec
commit 8e3ab8d5c5
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -52,7 +52,7 @@
} }
* { * {
transition: background-color, color 0.15s ease-in-out; transition: $transition-100ms-ease-in-out;
} }
.mw-25 { .mw-25 {

View File

@ -62,8 +62,6 @@
} }
} }
$transition-100ms-ease-in-out: all 0.1s ease-in-out;
.sidenav { .sidenav {
position: fixed; position: fixed;
top: 0; top: 0;

View File

@ -140,6 +140,8 @@ $accordion-padding-x: 0.8125rem;
$sidebar-width: 280px; $sidebar-width: 280px;
$sidebar-bottom-height: 4rem; $sidebar-bottom-height: 4rem;
$transition-100ms-ease-in-out: all 0.1s ease-in-out;
// Sidebar/Sidenav // Sidebar/Sidenav
$sidenav-width-closed: 4rem; $sidenav-width-closed: 4rem;
$sidenav-width-open: 16rem; $sidenav-width-open: 16rem;