1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-12 12:47:14 +01:00
metamask-extension/ui/pages/first-time-flow/seed-phrase/seed-phrase-intro/index.scss
ryanml b8d385be62 Revert "Revert "Adding recovery phrase video to onboarding process (#10717)""
This reverts commit 68c5defcdbb7cf3745c14c0023a1d3c37e657992.
2021-06-07 10:00:11 -02:30

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;
}
}