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 0711260 commit e1f77d5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1589,9 +1589,14 @@ margin: 0;
justify-content: center;
}

.paginationBox .page-item{
.paginationBox .page-item {
background-color: #EBAF29;
border-radius: 0px;
width: 34px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
}
.paginationBox .page-item span{
color: #1b2541;
Expand All @@ -1601,7 +1606,11 @@ margin: 0;
border: 1px solid #ffefbf;
border-radius: 0px;
color: #1b2541;

transition: 0.3s;
}
.paginationBox .page-item .page-link.active{
color: white;
background-color: #1b2541;
}
.paginationBox .pagination .page-item:first-of-type{
border-radius: 8px 0px 0px 8px;
Expand Down

0 comments on commit e1f77d5

Please sign in to comment.