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.
44 lines
614 B
44 lines
614 B
.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;
|
|
}
|
|
}
|
|
|