1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 23:06:37 +01:00
metamask-extension/ui/pages/first-time-flow/seed-phrase/seed-phrase-intro/index.scss
2021-04-28 14:53:59 -05:00

45 lines
614 B
SCSS

.seed-phrase-intro {
&__sections {
display: flex;
@media screen and (min-width: $break-large) {
flex-direction: row;
}
@media screen and (max-width: 970px) {
flex-direction: column;
}
}
&__left {
flex: 3;
min-width: 0;
}
&__right {
flex: 1;
min-width: 0;
@media screen and (max-width: 970px) {
margin-top: 24px;
}
}
video {
border-radius: 8px;
@media screen and (max-width: 970px) {
width: 95%;
}
}
&__copy {
max-width: 696px;
}
&__sidebar_list {
list-style: disc;
padding-left: 20px;
}
}