Sha256: dc5e6e809381675832a0300abf482a2aa5c29fe768694e99725bad90f30584ee
Contents?: true
Size: 1.4 KB
Versions: 5
Compression:
Stored size: 1.4 KB
Contents
.mensa-table { .paging { @apply flex items-center justify-between border-t border-gray-100 dark:border-gray-600 bg-white dark:bg-gray-800 px-4 py-3 sm:px-6; .pagy { @apply isolate inline-flex -space-x-px text-gray-500 dark:text-gray-400; a:not(.gap) { @apply relative inline-flex items-center px-4 py-1.5 text-gray-500 dark:text-gray-400 bg-gray-100 dark:bg-gray-700 hover:bg-gray-50 dark:hover:bg-gray-700 focus:z-20 no-underline; &:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } &:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } &:hover { @apply bg-gray-300 dark:bg-gray-600; } &:not([href]) { /* disabled links */ @apply bg-gray-100 dark:bg-gray-600 hover:bg-gray-100 hover:dark:bg-gray-600 text-gray-700 dark:text-gray-100 text-opacity-25 dark:text-opacity-50 cursor-default; } &.current { @apply z-10 bg-primary-200 dark:bg-primary-800 hover:bg-primary-200 hover:dark:bg-primary-400 text-opacity-75 dark:text-opacity-75 border-none; } } label { @apply inline-block whitespace-nowrap bg-gray-200 dark:bg-gray-600 rounded-lg px-4 py-1.5; input { @apply bg-gray-100 dark:bg-gray-700 border-none rounded-md; } } } } }
Version data entries
5 entries across 5 versions & 1 rubygems