alfresco-ng2-components/lib/core/pagination/infinite-pagination.component.scss
Eugenio Romano a52bb5600a
New packages org (#2639)
New packages org
2017-11-16 14:12:52 +00:00

10 lines
184 B
SCSS

.adf-infinite-pagination {
display: flex;
justify-content: space-around;
min-height: 56px;
&-load-more {
margin-bottom: 10px;
margin-top: 10px;
}
}