mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
31 lines
422 B
SCSS
31 lines
422 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|