2020-03-02 11:48:35 +00:00
|
|
|
/* blobs / %ui-loader ? */
|
|
|
|
%loader {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2020-07-09 09:08:47 +00:00
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
|
|
|
margin-top: 0 !important;
|
2020-03-02 11:48:35 +00:00
|
|
|
}
|