Sha256: 6c8efef00d632c61275ebaaadd87339ccd8c05bdf32d4b83f64e66cc901bea25
Contents?: true
Size: 1.26 KB
Versions: 6
Compression:
Stored size: 1.26 KB
Contents
@layer components { [data-coco][data-component="app-slide-editor"] { .editor-inputs { @apply hidden; } .editor-toolbar { @apply mb-4 xl:mb-6; } .editor-form form { @apply hidden; } .editor-slide { @apply shadow-md; textarea { @apply flex-none w-full; } } .coco-button.editor-saving { @apply cursor-not-allowed; } .editor-thumbnail-wrapper { @apply w-0 overflow-hidden relative; } .editor-thumbnail { @apply absolute w-[500px] top-0 z-[-1000] pointer-events-none; } .editor-icon-bg-color { @apply stroke-content-dark-1 fill-current; stroke-width: 2px; } [data-component="app-seamless-textarea"] { textarea { @apply outline outline-1 outline-transparent outline-offset-0; &::placeholder { @apply italic; } } } .slide-bg-light [data-component="app-seamless-textarea"] { textarea { &:hover, &:focus { outline-color: rgba(0, 0, 0, 0.3); } } } .slide-bg-dark [data-component="app-seamless-textarea"] { textarea { &:hover, &:focus { outline-color: rgba(255, 255, 255, 0.3); } } } } }
Version data entries
6 entries across 6 versions & 1 rubygems