Initial commit

This commit is contained in:
Timon Ostertun
2020-09-19 12:56:10 +02:00
commit 139543199e
618 changed files with 128530 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*Pagination*/
.pagination {
margin-bottom: $globalMargin;
.page-link {
padding: 10px 14px;
}
.page-item {
margin-right: 5px;
margin-left: 5px;
}
}
.page-item.active {
a {
color: $color_white !important;
}
}