1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/css/loading.scss
Dan Miller bc6c60cde1 Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
This reverts commit 4d42715220, reversing
changes made to f09ab88891.
2022-06-29 13:03:10 -02:30

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;
}