1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/components/ui-migration-annoucement/index.scss

23 lines
369 B
SCSS
Raw Normal View History

.ui-migration-announcement {
position: absolute;
z-index: 9999;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
background: $white;
p {
box-sizing: border-box;
padding: 1em;
font-size: 12pt;
}
p:last-of-type {
cursor: pointer;
text-decoration: underline;
font-weight: bold;
}
}