Laravel 11, Vuexy Admin 10.3, by admin@koneko.mx
This commit is contained in:
14
modules/Admin/Resources/assets/vendor/libs/spinkit/_mixins.scss
vendored
Normal file
14
modules/Admin/Resources/assets/vendor/libs/spinkit/_mixins.scss
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@mixin spinkit-theme($background) {
|
||||
.sk-primary.sk-plane,
|
||||
.sk-primary .sk-chase-dot:before,
|
||||
.sk-primary .sk-bounce-dot,
|
||||
.sk-primary .sk-wave-rect,
|
||||
.sk-primary.sk-pulse,
|
||||
.sk-primary .sk-swing-dot,
|
||||
.sk-primary .sk-circle-dot:before,
|
||||
.sk-primary .sk-circle-fade-dot:before,
|
||||
.sk-primary .sk-grid-cube,
|
||||
.sk-primary .sk-fold-cube:before {
|
||||
background-color: $background;
|
||||
}
|
||||
}
|
25
modules/Admin/Resources/assets/vendor/libs/spinkit/spinkit.scss
vendored
Normal file
25
modules/Admin/Resources/assets/vendor/libs/spinkit/spinkit.scss
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
@import 'spinkit/spinkit';
|
||||
:root {
|
||||
--sk-size: 30px;
|
||||
--sk-color: #fff;
|
||||
}
|
||||
|
||||
.sk-wave {
|
||||
width: 40px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sk-fading-circle .sk-circle {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sk-wave {
|
||||
width: 40px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sk-fading-circle .sk-circle {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
Reference in New Issue
Block a user