| Current Path : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/sass/components/content/base/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/sass/components/content/base/_paginations.scss |
.c-content-pagination {
display: inline-block;
padding: 0;
margin: 0;
> li {
list-style: none;
display: inline-block;
> span,
> a {
width: 40px;
height: 40px;
text-align: center;
display: inline-block;
font-size: 17px;
color: $general-font-color;
font-weight: 400;
padding: 7px 4px 6px 4px;
border-radius: 40px;
border: 1px solid darken($general-border-color, 0);
}
&.c-space {
> span {
border-radius: 0;
border: 0;
}
}
&:hover {
> a {
}
}
&.c-active {
> span,
> a {
}
}
}
&.c-square {
> li {
> span,
> a {
border-radius: 0;
}
}
}
}