summaryrefslogtreecommitdiffstats
path: root/browser/components/pocket/content/panels/js/components/Signup/Signup.scss
blob: 21b34ddcb6b1c31a9fac4d42a1c20fee05a6b539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
  &.stp_signup_body {
    overflow: hidden;
  }
}

.stp_panel_signup {
  .stp_signup_content_wrapper {
    margin: 12px 0 20px;
  }
  .stp_signup_img_rainbow_reader {
    background: url(../img/rainbow-reader.svg) bottom center no-repeat;
    background-size: contain;
    height: 72px;
    width: 82px;
    float: inline-end;
    margin-inline-start: 16px;
  }
}