Sha256: 1c488fe157ced26db30c6444bd1c1e5b0f65d16da1464775d2135d0d2557c42b
Contents?: true
Size: 974 Bytes
Versions: 10
Compression:
Stored size: 974 Bytes
Contents
.mensa-table { thead { tr { @apply divide-x divide-gray-200 dark:divide-gray-600 } th { @apply top-0 z-10 py-3.5 pl-6 pr-6 px-6 align-bottom text-left text-xs font-medium text-gray-500 uppercase border-b border-gray-200 dark:border-gray-600; .container { @apply h-4 flex items-center; } .title { @apply w-full pr-3; } .actions { @apply pr-3 flex items-center; .action { @apply cursor-pointer; /*.fa-arrow-down-arrow-up {*/ @apply opacity-0; /*}*/ } } } th:hover { .actions { .action { /*.fa-arrow-down-arrow-up {*/ @apply opacity-100; /*}*/ } } } } &__condensed { thead { th { @apply whitespace-nowrap py-2 pl-4 pr-3 px-0; } } } &__column_edit { thead { th { @apply cursor-grab; } } } }
Version data entries
10 entries across 10 versions & 1 rubygems