Skip to content

Commit

Permalink
add edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahem-hassan2000 committed Feb 20, 2024
1 parent c360223 commit 34b8b6c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1597,17 +1597,21 @@ margin: 0;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
}
.paginationBox .page-item span{
color: #1b2541;
}
.paginationBox .page-item .page-link{
background-color: #EBAF29;
border: 1px solid #ffefbf;
border: none;
border-radius: 0px;
color: #1b2541;
transition: 0.3s;
border-right: 1px solid #fdefbd;
}
.paginationBox .page-item.active{
background-color: #1b2541;

}
.paginationBox .page-item.active .page-link{
color: white;
Expand All @@ -1629,4 +1633,5 @@ transition: 0.3s;
}
.paginationBox .pagination .page-item:last-of-type .page-link{
border-radius: 0px 8px 8px 0px;
border: none;
}

0 comments on commit 34b8b6c

Please sign in to comment.