2019-03-22 00:03:30 +01:00
|
|
|
@import 'welcome/index';
|
|
|
|
@import 'select-action/index';
|
|
|
|
@import 'seed-phrase/index';
|
|
|
|
@import 'end-of-flow/index';
|
|
|
|
@import 'metametrics-opt-in/index';
|
2019-03-05 16:45:01 +01:00
|
|
|
|
|
|
|
|
2019-01-23 16:25:34 +01:00
|
|
|
.first-time-flow {
|
|
|
|
width: 100%;
|
|
|
|
background-color: $white;
|
2019-02-27 15:46:41 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2019-01-23 16:25:34 +01:00
|
|
|
|
|
|
|
&__wrapper {
|
|
|
|
@media screen and (min-width: $break-large) {
|
2019-02-27 15:46:41 +01:00
|
|
|
max-width: 742px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 2%;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
|
2019-02-27 15:46:41 +01:00
|
|
|
.app-header__metafox-logo {
|
|
|
|
margin-bottom: 40px;
|
2019-08-02 05:57:26 +02:00
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
2020-07-15 15:13:40 +02:00
|
|
|
margin-bottom: 0;
|
2019-08-02 05:57:26 +02:00
|
|
|
}
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__form {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2019-02-27 15:46:41 +01:00
|
|
|
&__create-back {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2019-01-23 16:25:34 +01:00
|
|
|
&__header {
|
|
|
|
font-size: 2.5rem;
|
|
|
|
margin-bottom: 24px;
|
2019-02-27 15:46:41 +01:00
|
|
|
color: black;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__subheader {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__input {
|
|
|
|
max-width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__textarea-wrapper {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
display: inline-flex;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
min-width: 0;
|
|
|
|
flex-direction: column;
|
|
|
|
max-width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__textarea-label {
|
|
|
|
margin-bottom: 9px;
|
2020-07-15 15:13:40 +02:00
|
|
|
color: #1b344d;
|
2019-01-23 16:25:34 +01:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__textarea {
|
2019-09-03 19:47:54 +02:00
|
|
|
/*rtl:ignore*/
|
|
|
|
direction: ltr;
|
2019-01-23 16:25:34 +01:00
|
|
|
font-size: 1rem;
|
2020-07-15 15:13:40 +02:00
|
|
|
border: 1px solid #cdcdcd;
|
2019-01-23 16:25:34 +01:00
|
|
|
border-radius: 6px;
|
2020-07-15 15:13:40 +02:00
|
|
|
background-color: #fff;
|
2019-01-23 16:25:34 +01:00
|
|
|
padding: 16px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
2020-06-11 16:24:13 +02:00
|
|
|
&__seedphrase {
|
|
|
|
margin-top: 9px !important;
|
|
|
|
}
|
|
|
|
|
2019-01-23 16:25:34 +01:00
|
|
|
&__breadcrumbs {
|
|
|
|
margin: 36px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__unique-image {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__markdown {
|
|
|
|
border: 1px solid #979797;
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: $white;
|
|
|
|
height: 200px;
|
|
|
|
overflow-y: auto;
|
|
|
|
color: #757575;
|
2020-07-15 15:13:40 +02:00
|
|
|
font-size: 0.75rem;
|
2019-01-23 16:25:34 +01:00
|
|
|
line-height: 15px;
|
|
|
|
text-align: justify;
|
|
|
|
margin: 0;
|
|
|
|
padding: 16px 20px;
|
|
|
|
height: 30vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__text-block {
|
|
|
|
margin-bottom: 24px;
|
2019-02-27 15:46:41 +01:00
|
|
|
color: black;
|
2019-01-23 16:25:34 +01:00
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
margin-bottom: 16px;
|
2020-07-15 15:13:40 +02:00
|
|
|
font-size: 0.875rem;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__button {
|
|
|
|
margin: 35px 0 14px;
|
2019-11-04 20:08:17 +01:00
|
|
|
width: 170px;
|
2019-02-27 15:46:41 +01:00
|
|
|
height: 44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__checkbox-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__checkbox {
|
2020-07-15 15:13:40 +02:00
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #cdcdcd;
|
2019-02-27 15:46:41 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
height: 34px;
|
|
|
|
width: 34px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border: 1.5px solid #2f9ae0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-check {
|
2020-07-15 15:13:40 +02:00
|
|
|
color: #2f9ae0;
|
2019-02-27 15:46:41 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__checkbox-label {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: normal;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #939090;
|
|
|
|
margin-left: 18px;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
2019-03-05 16:45:01 +01:00
|
|
|
|
|
|
|
&__link-text {
|
2020-07-17 20:11:04 +02:00
|
|
|
color: $primary-blue;
|
2019-03-05 16:45:01 +01:00
|
|
|
}
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|