12 lines
197 B
SCSS
12 lines
197 B
SCSS
/* blobs / %ui-loader ? */
|
|
%loader {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 0;
|
|
margin-top: 0 !important;
|
|
}
|