2019-01-23 16:25:34 +01:00
|
|
|
.first-view-main-wrapper {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 0 10px;
|
|
|
|
|
2020-09-01 23:38:26 +02:00
|
|
|
> .first-view-main {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
|
2020-09-01 23:38:26 +02:00
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-lg-min {
|
2019-01-23 16:25:34 +01:00
|
|
|
.first-view-main {
|
|
|
|
width: 62vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.import-account {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
margin: 60px 0 30px 0;
|
|
|
|
position: relative;
|
|
|
|
max-width: initial;
|
|
|
|
}
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-max {
|
2020-07-15 15:13:40 +02:00
|
|
|
.import-account {
|
2019-01-23 16:25:34 +01:00
|
|
|
margin: 24px;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
width: calc(100vw - 80px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.import-account__title {
|
|
|
|
width: initial !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-view-main {
|
|
|
|
height: 100%;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-view-phone-invisible {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-time-flow__input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-02 17:45:09 +02:00
|
|
|
.import-account {
|
|
|
|
&__back-button {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include Paragraph;
|
|
|
|
|
2020-09-02 17:45:09 +02:00
|
|
|
margin-bottom: 18px;
|
2022-03-24 21:27:41 +01:00
|
|
|
color: var(--color-text-default);
|
2020-09-02 17:45:09 +02:00
|
|
|
position: absolute;
|
|
|
|
top: -25px;
|
|
|
|
}
|
2019-01-23 16:25:34 +01:00
|
|
|
|
2022-02-22 16:45:19 +01:00
|
|
|
&__link {
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
font-size: inherit;
|
2020-09-02 17:45:09 +02:00
|
|
|
}
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
2020-08-19 23:02:42 +02:00
|
|
|
|
|
|
|
.reveal-seed {
|
2023-02-15 19:07:33 +01:00
|
|
|
&__tab {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
2020-08-19 23:02:42 +02:00
|
|
|
}
|
|
|
|
|
2023-02-15 19:07:33 +01:00
|
|
|
&__active-tab {
|
|
|
|
color: var(--color-primary-default);
|
2020-08-19 23:02:42 +02:00
|
|
|
}
|
|
|
|
}
|