@appcarvers/ngx-unitelist
Version:
This library is for Angular (2+) projects to build a list from passed data and provide pagination and filters and their callbacks after proper configuration.
23 lines (21 loc) • 417 B
CSS
.pagination>li>span{
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
cursor: pointer
}
.pagination>.active>span{
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination{
margin: 0;
}