var to theme pagination font (#9351)

This commit is contained in:
George Gray 2018-02-13 13:38:34 +00:00 committed by 偏右
parent c92cf5b778
commit 676635abde
2 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,7 @@
border: @border-width-base @border-style-base @border-color-base;
background-color: @component-background;
margin-right: 8px;
font-family: Arial;
font-family: @pagination-font-family;
outline: 0;
a {
@ -134,7 +134,7 @@
&-next,
&-jump-prev,
&-jump-next {
font-family: Arial;
font-family: @pagination-font-family;
cursor: pointer;
color: @text-color;
border-radius: @border-radius-base;

View File

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