A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/pages/onboarding-flow/secure-your-wallet/index.scss

52 lines
704 B

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