Fix sidebar transition issue

This commit is contained in:
EliverLara
2019-09-09 13:08:47 -05:00
parent b276698e72
commit 9de6861453
4 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
&:backdrop {
background-color: $backdrop_sidebar_bg_color;
border-color: $backdrop_borders_color;
transition: $backdrop_transition;
transition: $sidebar_backdrop_transition;
}
row{