fix styling
This commit is contained in:
@@ -146,10 +146,13 @@ if (props.modelValue < 1 || totalPages < 1) {
|
|||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 24px auto;
|
margin: 24px auto;
|
||||||
// box-shadow: var(--base-shadow);
|
border: 1px solid var(--base-color);
|
||||||
|
box-shadow: var(--base-shadow);
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
padding: 10px 12px;
|
padding: 10px 12px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user