Commit 1ef01e4f authored by Douwe Maan's avatar Douwe Maan

Fade in/out Back icon when sidebar is toggled

parent 4f7380f9
......@@ -162,6 +162,10 @@
padding: 0px 8px;
@include border-radius(6px);
}
&.back-link i {
transition-duration: .3s;
}
}
}
}
......@@ -190,7 +194,7 @@
&.back-link {
i {
visibility: hidden;
opacity: 0;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment