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/components/app/modals/metametrics-opt-in-modal/index.scss

30 lines
538 B

.metametrics-opt-in-modal {
.metametrics-opt-in__main {
justify-content: center;
margin-left: 3%;
margin-right: 0%;
max-height: 75vh;
@media screen and (max-width: 575px) {
max-height: 100vh;
}
}
.metametrics-opt-in__title {
@include H1;
}
.metametrics-opt-in__content {
padding-right: 6px;
}
.metametrics-opt-in__footer {
@media screen and (max-width: 575px) {
margin-top: 10px;
justify-content: center;
margin-left: 2%;
max-height: 520px;
}
}
}