scss: add support for paginated cells (#10179)

This commit is contained in:
Frédéric Péters 2019-11-20 15:18:32 +01:00
parent 9476f68b27
commit e26fc9a173
1 changed files with 8 additions and 0 deletions

View File

@ -752,3 +752,11 @@ div.gallerycell {
}
}
}
div.gru-content div.cell div.cell-items-pagination {
padding: 1rem;
.cell-items-pagination-next {
float: right;
margin-right: 0;
}
}