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/app/pages/first-time-flow/seed-phrase/index.scss

40 lines
626 B

@import 'confirm-seed-phrase/index';
@import 'reveal-seed-phrase/index';
.seed-phrase {
&__sections {
display: flex;
@media screen and (min-width: $break-large) {
flex-direction: row;
}
@media screen and (max-width: $break-small) {
flex-direction: column;
}
}
&__main {
flex: 3;
min-width: 0;
}
&__side {
flex: 2;
min-width: 0;
@media screen and (min-width: $break-large) {
margin-left: 81px;
}
@media screen and (max-width: $break-small) {
margin-top: 24px;
}
.first-time-flow__text-block {
color: #5A5A5A;
}
}
}