Render footer in sidebar for article view

This commit is contained in:
Mathias Schopmans
2017-04-06 17:04:15 +02:00
parent a4182544b7
commit 12294f0daa
4 changed files with 32 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
.footer {
border-top: 1px solid var(--color-gray-normal);
transition: opacity 450ms cubic-bezier(0.24, 1.12, 0.71, 0.98) 600ms;
transition: opacity 450ms cubic-bezier(0.24, 1.12, 0.71, 0.98) 1500ms;
opacity: 1;
backface-visibility: hidden;
&.is-hidden {
opacity: 0;