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

  &__content { height: calc(100% - 60px); }
  &__webview {
    height: 100%;
    background: #FFF;
  }

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