open-consul/ui-v2/app/styles/components/loader/layout.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;
}