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

    .error {
      font-size: 14px;
    }
  }
}