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.
31 lines
422 B
31 lines
422 B
3 years ago
|
.create-new-vault {
|
||
|
&__form {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 360px;
|
||
|
}
|
||
|
|
||
|
&__srp-section {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
&__terms {
|
||
|
margin-top: 16px;
|
||
|
margin-bottom: 16px;
|
||
|
}
|
||
|
|
||
|
&__terms-label {
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
|
||
|
&__terms-link {
|
||
|
color: var(--primary-1);
|
||
|
}
|
||
|
|
||
|
&__submit-button#{&}__submit-button {
|
||
|
margin-top: 16px;
|
||
|
width: 170px;
|
||
|
}
|
||
|
}
|