mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Improve styling of loading retry / error screen
This commit is contained in:
parent
20dbebae9f
commit
f4dc64960d
@ -11,6 +11,12 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(255, 255, 255, .8);
|
background: rgba(255, 255, 255, .8);
|
||||||
|
|
||||||
|
&__screen-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
&__container {
|
&__container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 33%;
|
top: 33%;
|
||||||
|
Loading…
Reference in New Issue
Block a user