First Commit

This commit is contained in:
Kevin Adametz 2018-10-29 09:39:31 +01:00
commit 610aa1e202
4204 changed files with 636764 additions and 0 deletions

View file

@ -0,0 +1,15 @@
@mixin spinkit-theme($background) {
.sk-primary.sk-rotating-plane,
.sk-primary.sk-double-bounce .sk-child,
.sk-primary.sk-wave .sk-rect,
.sk-primary.sk-wandering-cubes .sk-cube,
.sk-primary.sk-spinner-pulse,
.sk-primary.sk-chasing-dots .sk-child,
.sk-primary.sk-three-bounce .sk-child,
.sk-primary.sk-circle .sk-child:before,
.sk-primary.sk-cube-grid .sk-cube,
.sk-primary.sk-fading-circle .sk-circle:before,
.sk-primary.sk-folding-cube .sk-cube:before {
background-color: $background;
}
}

View file

@ -0,0 +1,16 @@
@import '../../sass/_custom-variables/libs';
$spinkit-spinner-margin: 40px auto !default;
$spinkit-size: 30px !default;
$spinkit-spinner-color: #ccc !default;
@import "~spinkit/scss/spinkit";
.sk-wave {
width: 40px;
}
.sk-fading-circle .sk-circle {
margin-top: 0;
margin-bottom: 0;
}