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

10 lines
128 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 {
2025-08-14 17:27:13 +03:00
padding: 0.7em;
2019-02-13 21:07:28 -05:00
text-align: center;
2019-02-14 03:14:30 -05:00
.error {
font-size: 1rem;
2019-02-14 03:14:30 -05:00
}
2019-02-13 21:07:28 -05:00
}
2023-01-09 13:02:16 -05:00
}