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/import-srp/index.scss

43 lines
735 B

.import-srp {
margin-bottom: 24px;
&__header {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin-bottom: 24px;
}
&__description {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin-bottom: 40px;
a {
color: var(--color-primary-default);
&:hover {
cursor: pointer;
color: var(--color-primary-default);
}
}
}
&__actions {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: left;
margin: auto;
}
&__confirm-button {
max-width: 327px;
margin: auto;
margin-top: 24px;
}
}