aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/metametrics-opt-in-modal/index.scss
blob: 88b6d7a4da19974ecb25ce6de751562653c3ab99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.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;
    }
  }
}