mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
54 lines
698 B
SCSS
54 lines
698 B
SCSS
|
.create-new-vault {
|
||
|
&__form {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 360px;
|
||
|
}
|
||
|
|
||
|
&__srp-shown {
|
||
|
@include Paragraph;
|
||
|
|
||
|
padding: 8px 16px;
|
||
|
}
|
||
|
|
||
|
&__srp-section {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
&__srp-label {
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
&__srp-error {
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
&__show-srp {
|
||
|
margin-top: 16px;
|
||
|
margin-bottom: 16px;
|
||
|
}
|
||
|
|
||
|
&__show-srp-label {
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
|
||
|
&__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;
|
||
|
}
|
||
|
}
|