1
0
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:
Dan Miller 2018-12-07 13:52:43 -03:30
parent 20dbebae9f
commit f4dc64960d

View File

@ -11,6 +11,12 @@
height: 100%;
background: rgba(255, 255, 255, .8);
&__screen-content {
display: flex;
flex-direction: column;
align-items: center;
}
&__container {
position: absolute;
top: 33%;