JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "_pagination.scss"
Full Path: /home/nibras/public_html/public/assets/payment/style/css/_pagination.scss
File size: 619 bytes
MIME-type: text/plain
Charset: utf-8
.ePagination_wrap {
display: inline-block;
overflow: hidden;
border: 1px solid #000;
border-radius: 5px;
}
.ePagination {
display: flex;
li {
border-right: 1px solid #000;
&:last-child {
border-right: 0;
}
&:hover,
&.active {
background-color: #00000050;
a {
color: #000;
}
}
a {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
min-width: 35px;
line-height: 1;
}
}
&.ePagination_color {
background-color: blue;
li {
a {
color: #fff;
}
}
}
}