Add withSubscription hoc

This commit is contained in:
taehoon 2019-02-13 21:07:28 -05:00
parent 8270274865
commit 159e84532e
2 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,10 @@
.with-subscription {
&-footer {
padding: 10px;
text-align: center;
}
.error {
font-size: 14px;
}
}