mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
30 lines
541 B
SCSS
30 lines
541 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 {
|
||
|
font-size: 38px;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|