fix(pagination): vert center pagination control on all screens and add consistent spacing [EE-4006] (#8192)

pull/8146/head^2
Matt Hook 2 years ago committed by GitHub
parent b917e12b62
commit c1dc1b49d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -393,6 +393,10 @@ input:checked + .slider:before {
border: 1px solid var(--border-pagination-color);
}
.paginationControls > form {
@apply inline-flex items-center;
}
.pagination li button {
color: var(--ui-gray-9) !important;
}

Loading…
Cancel
Save