Sha256: e830f94dfdb290d10a9239cd192ab3e1e374d5ceb278165e95615767bbbcd073
Contents?: true
Size: 735 Bytes
Versions: 31
Compression:
Stored size: 735 Bytes
Contents
@layer components { [data-coco][data-component="app-button-group"] { width: fit-content; border-radius: 44px; .button-group-buttons { @apply flex items-center gap-x-2; width: fit-content; } .divider { @apply w-0 border-l border-gray-300 self-stretch; } &[data-align="end"] { .button-group-buttons { @apply ml-auto; } } &[data-segmented="true"] { .button-group-buttons { @apply gap-x-0; } .coco-button:not(:first-child) { @apply rounded-l-none border-l-0; } .coco-button:not(:last-child) { @apply rounded-r-none; } &[data-floating="true"] { @apply shadow-lg; } } } }
Version data entries
31 entries across 31 versions & 1 rubygems