mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-04 23:14:56 +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;
|
|
}
|
|
}
|