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

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