Add variable for Pagination font-weight when active (#9603)

This commit is contained in:
Bryan Berger 2018-03-18 01:06:00 -04:00 committed by Wei Zhu
parent 0d9dcb1714
commit a0e161ccdd
2 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,7 @@
&-active {
border-color: @primary-color;
font-weight: 500;
font-weight: @pagination-font-weight-active;
a {
color: @primary-color;

View File

@ -430,6 +430,7 @@
@pagination-item-size: 32px;
@pagination-item-size-sm: 24px;
@pagination-font-family: Arial;
@pagination-font-weight-active: 500;
// Breadcrumb
// ---