diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/hocs/with_load_more/with_load_more.scss | 6 | ||||
| -rw-r--r-- | src/hocs/with_subscription/with_subscription.scss | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/hocs/with_load_more/with_load_more.scss b/src/hocs/with_load_more/with_load_more.scss index af1e1fe8..1a0a9c40 100644 --- a/src/hocs/with_load_more/with_load_more.scss +++ b/src/hocs/with_load_more/with_load_more.scss @@ -2,9 +2,9 @@ &-footer { padding: 10px; text-align: center; - } - .error { - font-size: 14px; + .error { + font-size: 14px; + } } }
\ No newline at end of file diff --git a/src/hocs/with_subscription/with_subscription.scss b/src/hocs/with_subscription/with_subscription.scss index 5114029d..52c7d94c 100644 --- a/src/hocs/with_subscription/with_subscription.scss +++ b/src/hocs/with_subscription/with_subscription.scss @@ -1,10 +1,10 @@ .with-subscription { - &-footer { + &-loading { padding: 10px; text-align: center; - } - .error { - font-size: 14px; + .error { + font-size: 14px; + } } }
\ No newline at end of file |
