mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
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;
|
|
}
|