Sha256: ad6e3edd0db9b8d9cf311cfc520ddfe3a0b365cb46d24a8060ef5de6ec91ece9
Contents?: true
Size: 762 Bytes
Versions: 3
Compression:
Stored size: 762 Bytes
Contents
@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "./shared/utils/colors"; @import "./shared/utils/icons"; @import "./shared/utils/text"; @import "./shared/tippy"; @layer base { :root { --app-height: 100%; } html { @apply font-body scroll-smooth motion-safe:scroll-auto text-content-dark-1; } html.app-layout, html.app-layout body { width: 100vw; height: 100vh; height: var(—-app-height); overflow: hidden; } a { @apply text-current underline underline-offset-2; } [x-cloak] { display: none !important; } [data-coco] { @apply text-content-dark-1 font-body; } [x-dropdown] { [x-dropdown\:content] { @apply hidden; } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
coveragebook_components-0.10.1.beta.2 | app/assets/css/base.css |
coveragebook_components-0.10.1.beta.1 | app/assets/css/base.css |
coveragebook_components-0.10.1.beta.0 | app/assets/css/base.css |