mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Buttons top and bottom for filtering pagination
This commit is contained in:
@@ -386,11 +386,18 @@ li.disabled span {
|
||||
.filter-pagination-container {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
padding-top: 15px;
|
||||
width: 50%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.bottom-filter-container {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.top-filter-container {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.extra-button{
|
||||
margin: 0 4px !important;
|
||||
padding: 0px !important;
|
||||
|
||||
Reference in New Issue
Block a user