Add support for right-down arrows

This commit is contained in:
Melvin Valster
2019-07-24 13:25:57 +02:00
parent d5121960a1
commit 94a0a97fbf
6 changed files with 180 additions and 66 deletions
+8
View File
@@ -38,10 +38,18 @@
}
}
&--loading {
.icon__bg {
opacity: 0;
}
}
&__bg {
position: absolute;
background-size: cover;
border-radius: 5px;
opacity: 1;
transition: all 100ms ease-out;
}
&__frame {