mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
10 lines
179 B
SCSS
10 lines
179 B
SCSS
|
.unlock-page {
|
||
|
box-shadow: none;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
background: rgb(247, 247, 247);
|
||
|
width: 100%;
|
||
|
}
|