mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 02:03:00 +00:00
11 lines
144 B
SCSS
11 lines
144 B
SCSS
|
%brand-loader {
|
||
|
display: block;
|
||
|
}
|
||
|
%brand-loader {
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
margin-top: -26px;
|
||
|
left: 50%;
|
||
|
margin-left: -84px;
|
||
|
}
|