1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/pages/onboarding-flow/secure-your-wallet/index.scss
Alex Donesky 614228cba7
Onboarding V2 Secure Your Wallet view (#12208)
* secure-your-wallet onboarding view
2021-10-06 13:52:25 -05:00

48 lines
621 B
SCSS

.secure-your-wallet {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
max-width: 1000px;
max-height: 1300px;
&__details {
max-width: 550px;
}
&__actions {
button {
margin: 16px;
}
}
&__list {
list-style: disc inside;
li {
font-size: 18px;
}
}
&__highlighted {
background-color: $primary-2;
padding: 12px;
border-radius: 10px;
}
}
.skip-srp-backup-popover {
width: 365px;
&__checkbox {
margin: 8px 12px 0 0;
}
&__footer {
button {
width: 140px;
margin: 0 10px;
}
}
}