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

42 lines
527 B

.seed-phrase-intro {
&__sections {
display: flex;
@include screen-sm-min {
flex-direction: row;
}
@include screen-md-max {
flex-direction: column;
}
}
&__left {
flex: 3;
min-width: 0;
}
&__right {
flex: 1;
min-width: 0;
@include screen-md-max {
margin-top: 24px;
}
}
video {
border-radius: 8px;
width: calc(100% - 16px);
}
&__copy {
max-width: 696px;
}
&__sidebar_list {
list-style: disc;
padding-left: 20px;
}
}