Add withSubscription hoc
This commit is contained in:
parent
8270274865
commit
159e84532e
2 changed files with 75 additions and 0 deletions
10
src/hocs/with_subscription/with_subscription.scss
Normal file
10
src/hocs/with_subscription/with_subscription.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
.with-subscription {
|
||||
&-footer {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue