mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-24 14:10:27 +00:00
14 lines
No EOL
495 B
SCSS
14 lines
No EOL
495 B
SCSS
// ================================================================================
|
|
// + Spinner
|
|
// --------------------------------------------------------------------------------
|
|
|
|
div#bibi-spinner {
|
|
display: none; html.busy & { display: block; }
|
|
position: fixed;
|
|
z-index: $INVARIABLE__Spinner_ZIndex;
|
|
box-sizing: border-box;
|
|
@include offset(48%, -100%, auto);
|
|
margin: auto;
|
|
// @____Bibi:Dress__('-') @include size($Spinner_Size);
|
|
// @____Bibi:Dress__('-') @include Spiner-Content();
|
|
} |