fix: session knex connector + editor UI improvements

This commit is contained in:
Nick
2019-05-11 01:23:32 -04:00
parent 4552c6d2b0
commit 6041b1697a
7 changed files with 122 additions and 97 deletions

View File

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