2019-03-22 00:03:30 +01:00
|
|
|
@import 'confirm-seed-phrase/index';
|
2019-01-23 16:25:34 +01:00
|
|
|
|
2019-03-22 00:03:30 +01:00
|
|
|
@import 'reveal-seed-phrase/index';
|
2019-01-23 16:25:34 +01:00
|
|
|
|
|
|
|
.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) {
|
2019-02-27 15:46:41 +01:00
|
|
|
margin-left: 81px;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
2019-02-27 15:46:41 +01:00
|
|
|
|
|
|
|
.first-time-flow__text-block {
|
|
|
|
color: #5A5A5A;
|
|
|
|
}
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
}
|