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

10 lines
126 B
SCSS
Raw Normal View History

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