style(theme-chalk): [Pagination] Fix pagination style (#10692)

style(theme-chalk): pagination style

closed #10563
This commit is contained in:
kooriookami
2022-11-21 15:42:38 +08:00
committed by GitHub
parent b456125431
commit b807b3b679

View File

@@ -63,6 +63,7 @@
white-space: nowrap;
color: getCssVar('pagination-text-color');
font-size: getCssVar('pagination-font-size');
font-weight: normal;
display: flex;
align-items: center;
@@ -130,8 +131,11 @@
color: getCssVar('text-color', 'placeholder');
}
@include e(goto) {
margin-right: 8px;
}
@include e(editor) {
margin-left: 8px;
text-align: center;
box-sizing: border-box;
@@ -145,6 +149,10 @@
margin: 0;
}
}
@include e(classifier) {
margin-left: 8px;
}
}
@include e(rightwrapper) {