xstatic-bootstrap-scss/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss

30 lines
468 B
SCSS

// PAGER
// -----
.pager {
margin-left: 0;
margin-bottom: $baseLineHeight;
list-style: none;
text-align: center;
@include clearfix();
}
.pager li {
display: inline;
}
.pager a {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
@include border-radius(15px);
}
.pager a:hover {
text-decoration: none;
background-color: #f5f5f5;
}
.pager .next a {
float: right;
}
.pager .previous a {
float: left;
}