Sha256: 53730b995f23b40aaa3cfa2e01363a3141bf5c1d965f582c2e8d9527b1e55c81
Contents?: true
Size: 1.18 KB
Versions: 24
Compression:
Stored size: 1.18 KB
Contents
@layer components { [data-component="params-editor"] { table:not(.linear) { thead { tr { @apply border-b border-lookbook-divider; } th { @apply font-semibold py-4 px-4 align-middle text-left; } th.param-label { width: 18%; } th.param-input { width: 45%; } } tbody { tr + tr td { @apply border-t border-lookbook-divider; } td { @apply py-4 px-4 align-middle; } td.param-label { @apply font-semibold; } .param-input-wrapper { min-height: 38px; } } } } [data-component="params-editor"] { table.linear { table, tr, td { display: block; } thead, th { display: none; } tr:not(:last-child) { @apply border-b border-lookbook-divider; } tr { @apply space-y-3 py-4; } td { @apply px-4 align-middle; } td.param-label { @apply font-semibold; } td.param-description-empty { @apply hidden; } } } }
Version data entries
24 entries across 24 versions & 1 rubygems