mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
31 lines
434 B
SCSS
31 lines
434 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(--color-primary-default);
|
|
}
|
|
|
|
&__submit-button#{&}__submit-button {
|
|
margin-top: 16px;
|
|
width: 170px;
|
|
}
|
|
}
|