From 159e84532ebdae038e1263efe8832015597a5e20 Mon Sep 17 00:00:00 2001 From: taehoon Date: Wed, 13 Feb 2019 21:07:28 -0500 Subject: Add withSubscription hoc --- src/hocs/with_subscription/with_subscription.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/hocs/with_subscription/with_subscription.scss (limited to 'src/hocs/with_subscription/with_subscription.scss') diff --git a/src/hocs/with_subscription/with_subscription.scss b/src/hocs/with_subscription/with_subscription.scss new file mode 100644 index 00000000..5114029d --- /dev/null +++ b/src/hocs/with_subscription/with_subscription.scss @@ -0,0 +1,10 @@ +.with-subscription { + &-footer { + padding: 10px; + text-align: center; + } + + .error { + font-size: 14px; + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2 From b4a5b5203f9c6b35feaf2918baa1da6e344ae3c1 Mon Sep 17 00:00:00 2001 From: taehoon Date: Thu, 14 Feb 2019 03:14:30 -0500 Subject: Minor css improvements of hocs --- src/hocs/with_load_more/with_load_more.scss | 6 +++--- src/hocs/with_subscription/with_subscription.scss | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/hocs/with_subscription/with_subscription.scss') 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 -- cgit v1.2.3-70-g09d2