Sha256: 9b7dfd0e5aef06bc053400b2d6d615f69ac509c85a9941d476345151de56baa1
Contents?: true
Size: 1.15 KB
Versions: 5
Compression:
Stored size: 1.15 KB
Contents
/* Light Jumpstart theme for Pagy's default renderer */ .pagination { @apply inline-flex flex-wrap items-center justify-start; .page { &:first-child a, &:first-child { @apply rounded-tl rounded-bl; } &:last-child a, &:last-child { @apply rounded-tr rounded-br; } } .disabled, .gap { @apply border relative block leading-tight bg-white text-gray-500 no-underline py-2 px-3; @apply dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600; margin-left: -1px; } .page { &.active { @apply z-10 border border-primary-500 bg-primary-500 text-white relative block leading-tight no-underline py-2 px-3; @apply dark:bg-primary-800 dark:text-gray-200 dark:border-primary-600; margin-left: -1px; } a { @apply border relative block leading-tight bg-white text-primary-500 no-underline py-2 px-3; @apply dark:bg-gray-800 dark:text-gray-200 dark:border-gray-600; margin-left: -1px; &:hover { @apply bg-gray-200 dark:bg-gray-700; } } } }
Version data entries
5 entries across 5 versions & 1 rubygems