mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
var to theme pagination font (#9351)
This commit is contained in:
parent
c92cf5b778
commit
676635abde
@ -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;
|
||||
|
@ -426,6 +426,7 @@
|
||||
// ---
|
||||
@pagination-item-size: 32px;
|
||||
@pagination-item-size-sm: 24px;
|
||||
@pagination-font-family: Arial;
|
||||
|
||||
// Breadcrumb
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user