fix: UI improvements

This commit is contained in:
Nick
2019-03-17 13:39:58 -04:00
parent 358e79d7f5
commit c687699692
13 changed files with 69 additions and 48 deletions

View File

@@ -0,0 +1,12 @@
$use-fade: true;
$use-zoom: true;
$use-bounce: true;
@import "~animate-sass/animate";
@for $i from 1 to 9 {
.wait-p#{$i}s {
animation-delay: $i * .1s !important;
}
}