mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
31 lines
538 B
SCSS
31 lines
538 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|