fix undefined variable
parent
5a6d63f253
commit
1b24cc499d
|
@ -30,7 +30,7 @@
|
|||
&:backdrop {
|
||||
background-color: $backdrop_sidebar_bg_color;
|
||||
border-color: $backdrop_borders_color;
|
||||
transition: $backdrop_transition;
|
||||
transition: 200ms ease-out;
|
||||
}
|
||||
|
||||
.frame, frame { border-width: 0; }
|
||||
|
|
Loading…
Reference in New Issue