mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-12 04:37:13 +01:00
14 lines
227 B
SCSS
14 lines
227 B
SCSS
|
.app-loading-spinner {
|
||
|
background-color: rgba(255, 255, 255, 0.75);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
position: absolute;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
|
||
|
&__inner {
|
||
|
width: 50px;
|
||
|
}
|
||
|
}
|