v0.10.9 - Added pagination onto guides, washing-reservations, events and news
This commit is contained in:
@@ -27,3 +27,40 @@
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
||||
nav > .pagination {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
padding-inline-start: unset;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.pagination > .page-item {
|
||||
display: block;
|
||||
list-style: none;
|
||||
padding-right: 8px;
|
||||
font-size: 1.5rem;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.pagination > .page-item:last-child {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pagination > .page-item.disabled {
|
||||
color: darkgrey;
|
||||
}
|
||||
|
||||
.pagination > .page-item.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.page-item.active > span {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.pagination > .page-item.disabled > .page-link {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user