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.
54 lines
815 B
54 lines
815 B
.onboarding-metametrics {
|
|
@include screen-sm-min {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
ul {
|
|
margin: 24px 0 0 0;
|
|
|
|
li {
|
|
padding-bottom: 20px;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
.fa {
|
|
width: 16px;
|
|
}
|
|
|
|
.fa-check {
|
|
margin-inline-end: 12px;
|
|
color: var(--color-success-default);
|
|
}
|
|
|
|
.fa-times {
|
|
margin-inline-end: 12px;
|
|
color: var(--color-error-default);
|
|
}
|
|
|
|
&__terms a {
|
|
color: var(--color-primary-default);
|
|
}
|
|
|
|
&__buttons {
|
|
margin-top: 24px;
|
|
width: 100%;
|
|
|
|
@include screen-sm-min {
|
|
margin-top: 40px;
|
|
justify-content: space-between;
|
|
display: flex;
|
|
}
|
|
|
|
button {
|
|
margin-bottom: 24px;
|
|
|
|
@include screen-sm-min {
|
|
width: 200px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|