Sha256: 6677638331cfc8a7b33b9bee16e17af872f84c4a9abf4de67db7c63814f80495
Contents?: true
Size: 873 Bytes
Versions: 4
Compression:
Stored size: 873 Bytes
Contents
@layer components { [data-coco][data-component="modal-dialog"] { @apply rounded-xl w-full; .modal-frame & { @apply shadow-2xl; @apply max-w-2xl; /* temp until sizes added */ } .modal-dialog-header { @apply relative flex items-center; @apply px-4 sm:px-8 h-14 sm:h-16 border-b border-coco-gray-300 rounded-t-xl bg-white; } .modal-dialog-title { @apply text-lg pr-6 w-full font-bold truncate; } .modal-dialog-close { @apply flex-none block p-2 absolute top-1/2 right-1 sm:right-3 -translate-y-1/2; @apply focus:ring-0 focus:outline-none text-content-dark-muted hover:text-content-dark-2; } .modal-dialog-content { @apply px-4 sm:px-8 py-4 sm:py-6 rounded-xl bg-background-light-3; } .modal-dialog-header + .modal-dialog-content { @apply rounded-t-none; } } }
Version data entries
4 entries across 4 versions & 1 rubygems