/*
 * Application styles
 * Tailwind CSS is the primary framework – this file extends/overrides where needed.
 */

/* Pagy pagination */
.pagy nav {
  @apply mt-5 flex justify-center;
}

/* Fix number input arrows */
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
