#6797: Improve global bg/color transition
This commit is contained in:
parent
9cf560ceec
commit
8e3ab8d5c5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
|
||||
* {
|
||||
transition: background-color, color 0.15s ease-in-out;
|
||||
transition: $transition-100ms-ease-in-out;
|
||||
}
|
||||
|
||||
.mw-25 {
|
||||
|
|
|
|||
|
|
@ -62,8 +62,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
$transition-100ms-ease-in-out: all 0.1s ease-in-out;
|
||||
|
||||
.sidenav {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -140,6 +140,8 @@ $accordion-padding-x: 0.8125rem;
|
|||
$sidebar-width: 280px;
|
||||
$sidebar-bottom-height: 4rem;
|
||||
|
||||
$transition-100ms-ease-in-out: all 0.1s ease-in-out;
|
||||
|
||||
// Sidebar/Sidenav
|
||||
$sidenav-width-closed: 4rem;
|
||||
$sidenav-width-open: 16rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue