WIP attempt to fix page transitions, Several edits
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-02 16:07:16 +02:00
parent 6f409c5331
commit 730eb75457
34 changed files with 386 additions and 401 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
background-color: $color-secondary;
svg {
fill: #fff !important;
fill: #fff;
}
.anim {
animation-play-state: running;
+1 -1
View File
@@ -19,7 +19,7 @@
}
// Animate by default
&--animated {
&.is-animated {
.anim {
animation-play-state: running;
}