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

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

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