extpoint-yii2
Version:
JavaScript part for projects on ExtPoint Yii2 Boilerplate and yii2-core
29 lines (28 loc) • 622 B
text/less
.Pagination {
height: 28px;
margin: 0;
&__page {
display: inline-block ;
margin-right: 5px;
.active {
font-weight: 600;
}
}
&__page-link {
font-size: 13px;
font-weight: 300;
padding: 4px 11px ;
border-radius: 55px ;
&_hidden {
position: relative;
top: 6px;
padding: 4px 0 ;
border-color: transparent ;
background-color: transparent ;
&:hover {
color: #333 ;
background-color: transparent ;
}
}
}
}