aboutsummaryrefslogtreecommitdiff
path: root/src/hocs/with_subscription/with_subscription.scss
blob: 7fd838021d215764d75c5fa85e6e10d202efbcab (plain)
1
2
3
4
5
6
7
8
9
10
.with-subscription {
  &-loading {
    padding: 10px;
    text-align: center;

    .error {
      font-size: 1rem;
    }
  }
}