Minor css improvements of hocs

This commit is contained in:
taehoon 2019-02-14 03:14:30 -05:00
parent 8680046c4e
commit b4a5b5203f
2 changed files with 7 additions and 7 deletions

View file

@ -2,9 +2,9 @@
&-footer {
padding: 10px;
text-align: center;
}
.error {
font-size: 14px;
.error {
font-size: 14px;
}
}
}

View file

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