diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-13 21:07:28 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:30 -0500 |
| commit | 159e84532ebdae038e1263efe8832015597a5e20 (patch) | |
| tree | e393c419325c17f9ad2fd7aee552f8c3076e9603 /src/hocs/with_subscription/with_subscription.scss | |
| parent | 82702748653c7630e4f337433d47863f52c57ee4 (diff) | |
Add withSubscription hoc
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..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 |
