2019-03-22 00:03:30 +01:00
|
|
|
@import 'confirm-seed-phrase/index';
|
|
|
|
@import 'reveal-seed-phrase/index';
|
2021-04-14 00:29:44 +02:00
|
|
|
@import 'seed-phrase-intro/index';
|
2019-01-23 16:25:34 +01:00
|
|
|
|
|
|
|
.seed-phrase {
|
|
|
|
&__sections {
|
|
|
|
display: flex;
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-min {
|
2019-01-23 16:25:34 +01:00
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-max {
|
2019-01-23 16:25:34 +01:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__main {
|
|
|
|
flex: 3;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__side {
|
|
|
|
flex: 2;
|
|
|
|
min-width: 0;
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-min {
|
2019-02-27 15:46:41 +01:00
|
|
|
margin-left: 81px;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-max {
|
2019-01-23 16:25:34 +01:00
|
|
|
margin-top: 24px;
|
|
|
|
}
|
2019-02-27 15:46:41 +01:00
|
|
|
|
|
|
|
.first-time-flow__text-block {
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-text-default);
|
2019-02-27 15:46:41 +01:00
|
|
|
}
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
}
|