mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
14 lines
191 B
SCSS
14 lines
191 B
SCSS
|
.loading-logo {
|
||
|
width: 10rem;
|
||
|
height: 10rem;
|
||
|
align-self: center;
|
||
|
margin: 10rem 0 0 0;
|
||
|
}
|
||
|
|
||
|
.loading-spinner {
|
||
|
width: 2rem;
|
||
|
height: 2rem;
|
||
|
align-self: center;
|
||
|
margin-top: 1rem;
|
||
|
}
|