Cette révision appartient à :
2024-03-15 16:26:27 +05:30
révision 381106cbe5
1046 fichiers modifiés avec 285998 ajouts et 0 suppressions
+36
Voir le fichier
@@ -0,0 +1,36 @@
/********************************
pagination
********************************/
.page-item {
margin: 0 4px;
.page-link {
display: block;
padding: 0;
width: 36px;
height: 36px;
line-height: 36px;
font-weight: fontweight(regular);
color: $color-dark !important;
background: $color-grey-light !important;
font-size: 18px;
text-align: center;
border: 0 !important;
@include border-radius(50% !important);
i {
font-size: 13px;
position: relative;
top: -2px;
}
}
}
.page-item.active .page-link,
.page-link:hover {
color: $color-white !important;
background: $theme-color !important;
}
/********************************
pagination END
********************************/