1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove unused loading-overlay--full-screen CSS styles

Refs #4417
This commit is contained in:
Whymarrh Whitby 2018-09-19 15:32:20 -02:30
parent 3c3fed46cb
commit b1b5968e5e

View File

@ -20,13 +20,6 @@
height: calc(100% - 75px);
}
&--full-screen {
position: fixed;
height: 100vh;
width: 100vw;
margin-top: 0;
}
&__container {
position: absolute;
top: 33%;