summaryrefslogtreecommitdiffstats
path: root/browser/components/pocket/content/panels/js/components/Header/Header.scss
blob: f6e4eca9d55df4f78ba203fd03315743353c6513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.stp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 12px;
  font-weight: 600;

  .stp_header_logo {
    background: url(../img/pocketlogo.svg) bottom center no-repeat;
    background-size: contain;
    height: 32px;
    width: 121px;

    @include theme_dark {
      background-image: url(../img/pocketlogo-dark.svg);
    }
  }

  .stp_button {
    margin: 0;
  }
}