Add babel polyfill and tweak some styles for firefox

This commit is contained in:
Tom Raithel
2017-03-08 21:01:38 +01:00
parent 1e703d8746
commit 0ed3d78de4
7 changed files with 35 additions and 15 deletions

View File

@@ -4,6 +4,8 @@
align-items: center;
justify-content: space-between;
min-height: 60px;
transition: opacity 450ms cubic-bezier(0.24, 1.12, 0.71, 0.98);
opacity: 1;
&__backlink {
flex: 0 0 auto;
@@ -19,4 +21,8 @@
&__content {
flex: 0 1 auto;
}
&.is-hidden {
opacity: 0;
}
}