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

10 lines
122 B
SCSS
Raw Normal View History

2019-02-13 12:13:48 +00:00
.with-load-more {
&-footer {
padding: 10px;
text-align: center;
2019-02-14 08:14:30 +00:00
.error {
font-size: 14px;
}
2019-02-13 12:13:48 +00:00
}
}