diff options
Diffstat (limited to 'src/hocs/with_subscription/with_subscription.scss')
| -rw-r--r-- | src/hocs/with_subscription/with_subscription.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hocs/with_subscription/with_subscription.scss b/src/hocs/with_subscription/with_subscription.scss new file mode 100644 index 00000000..52c7d94c --- /dev/null +++ b/src/hocs/with_subscription/with_subscription.scss @@ -0,0 +1,10 @@ +.with-subscription { + &-loading { + padding: 10px; + text-align: center; + + .error { + font-size: 14px; + } + } +}
\ No newline at end of file |
