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

66 lines
1.1 KiB

.import-srp {
width: 840px;
@media screen and (max-width: 349px) {
width: 300px;
}
@media screen and (min-width: 350px) and (max-width: 460px) {
width: 357px;
}
@media screen and (min-width: 461px) and (max-width: $break-small) {
width: 450px;
}
@media screen and (min-width: $break-small) and (max-width: 840px) {
width: 580px;
}
&__header {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin: 20px auto;
max-width: 500px;
}
&__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;
&--link {
@include H6;
margin-bottom: 12px;
}
}
&__confirm-button {
width: 327px;
margin: auto;
margin-top: 59px;
}
}