kmw 2 years ago
parent b046ee11c4
commit 6a541f0410

@ -80,7 +80,7 @@ header {
}
.sidebar.show {
left: 0;
transition: all 1s ease;
transition: all 0.5s ease;
}
.sidebar .sidebar-item {
padding-left: 15px;

@ -35,7 +35,7 @@ header{
&.show{
left:0;
transition: all 1s ease;
transition: all .5s ease;
}
.sidebar-item{

Loading…
Cancel
Save