| Server IP : 172.67.168.138 / Your IP : 216.73.216.227 [ Web Server : Apache System : Linux frog 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web13 ( 5017) PHP Version : 8.3.31 Disable Function : NONE Domains : 41 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client12/web13/web/ahelos/resources/frontend/sass/components/ |
Upload File : |
.pagination-wrapper{
display: flex;
justify-content: center;
.pagination{
margin-bottom: 0;
.page-item{
margin: 0 3px;
&.active{
.page-link{
&:after{
opacity: 1;
}
&:hover{
color: $dark-gray;
}
}
}
}
.page-item:first-child, .page-item:last-child{
.page-link:after{
display: none;
}
}
.page-link{
font-weight: $fw-bold;
border: none;
display: flex;
align-items: center;
height: 100%;
color: $dark-gray;
background: transparent;
position: relative;
padding: .5rem 1.1rem;
// border: 1px solid rgba(232, 79, 104, .5);
@include max-width(400) {
padding: .5rem .85rem;
}
&:after{
content: '';
width: 100%;
height: 3px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: $pink;
opacity: 0.5;
z-index: -1;
}
&:hover{
color: $dark-gray;
}
&:focus{
box-shadow: none;
}
}
}
}