mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
10 lines
184 B
SCSS
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;
|
|
}
|
|
} |