Sha256: f2c335e5831106bea5a5e85c855057a9cd900859080776ce54a11ee7710492e5

Contents?: true

Size: 508 Bytes

Versions: 40

Compression:

Stored size: 508 Bytes

Contents

.pagy {
  @apply flex space-x-1 font-semibold text-sm text-gray-500;
  a:not(.gap) {
    @apply block rounded-lg px-3 py-1 bg-gray-200;
    &:hover {
      @apply bg-gray-300;
    }
    &:not([href]) { /* disabled links */
      @apply text-gray-300 bg-gray-100 cursor-default;
    }
    &.current {
      @apply text-white bg-gray-400;
    }
  }
  label {
    @apply inline-block whitespace-nowrap bg-gray-200 rounded-lg px-3 py-0.5;
    input {
      @apply bg-gray-100 border-none rounded-md;
    }
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
pagy-9.3.3 stylesheets/pagy.tailwind.css
pagy-9.3.2 stylesheets/pagy.tailwind.css
pagy-9.3.1 stylesheets/pagy.tailwind.css
pagy-9.3.0 stylesheets/pagy.tailwind.css
pagy-9.2.2 stylesheets/pagy.tailwind.css
pagy-9.2.1 stylesheets/pagy.tailwind.css
pagy-9.2.0 stylesheets/pagy.tailwind.css
pagy-9.1.1 stylesheets/pagy.tailwind.css
pagy-9.1.0 stylesheets/pagy.tailwind.css
pagy-9.0.9 stylesheets/pagy.tailwind.css
pagy-9.0.8 stylesheets/pagy.tailwind.css
pagy-9.0.7 stylesheets/pagy.tailwind.css
pagy-9.0.6 stylesheets/pagy.tailwind.css
pagy-9.0.5 stylesheets/pagy.tailwind.css
pagy-9.0.4 stylesheets/pagy.tailwind.css
pagy-9.0.3 stylesheets/pagy.tailwind.css
pagy-9.0.2 stylesheets/pagy.tailwind.css
pagy-9.0.1 stylesheets/pagy.tailwind.css
pagy-9.0.0 stylesheets/pagy.tailwind.css
pagy-8.6.3 stylesheets/pagy.tailwind.css