puppyoma-fe/src/hocs/with_subscription/with_subscription.scss

10 lines
126 B
SCSS
Raw Normal View History

2019-02-13 21:07:28 -05:00
.with-subscription {
2019-02-14 03:14:30 -05:00
&-loading {
2019-02-13 21:07:28 -05:00
padding: 10px;
text-align: center;
2019-02-14 03:14:30 -05:00
.error {
font-size: 14px;
}
2019-02-13 21:07:28 -05:00
}
}