A Metamask fork with Infura removed and default networks editable
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.
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|