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.
 
 
 
 
 
ciphermask/ui/pages/onboarding-flow/privacy-settings/index.scss

50 lines
827 B

.privacy-settings {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
&__header {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
max-width: 500px;
margin: 24px;
}
&__settings {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
max-width: 620px;
margin-bottom: 20px;
a {
color: var(--color-primary-default);
&:hover {
cursor: pointer;
color: var(--Blue-300);
}
}
}
&__setting {
display: flex;
justify-content: center;
flex-direction: column;
text-align: left;
max-width: 430px;
&__toggle {
margin-left: 42px;
}
}
& button {
max-width: 50%;
padding: 15px;
}
}