setup wizard intro + syscheck

This commit is contained in:
NGPixel
2017-03-04 23:20:22 -05:00
parent 48e7ea2e30
commit d8fa6ecc27
11 changed files with 205 additions and 51 deletions

View File

@@ -25,3 +25,28 @@ $primary: 'indigo';
}
}
i.icon-loader {
display: inline-block;
color: mc('indigo', '500')
}
i.icon-check {
color: mc('green', '500')
}
i.icon-square-cross {
color: mc('red', '500')
}
.tst-welcome-leave-active {
transition: all .5s;
overflow-y: hidden;
}
.tst-welcome-leave {
opacity: 1;
max-height: 200px;
}
.tst-welcome-leave-to {
opacity: 0;
max-height: 0;
padding-top: 0;
}