aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/subscription-popup.scss
blob: b6f232fcb8c2a8fccfb39c7dd17970e03c21d09d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.subscription-popup {
  height: 100%;

  &__content {
    height: calc(100% - 60px);
  }

  &__webview {
    height: 100%;
  }

  &__toolbar {
    height: 60px;
    background: $theme-gray-lightest;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid $theme-gray-lighter;
  }
}