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

10 lines
126 B
SCSS
Raw Normal View History

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