Sha256: 7cc85ff25b033fa1a207e7297d3a3403175e3283579968e8c028d185237e37dd
Contents?: true
Size: 655 Bytes
Versions: 13
Compression:
Stored size: 655 Bytes
Contents
@use "variables" as *; [data-content--editor--table-target="content"] { position: relative; min-height: 8rem; &::after { content: "Paste table here"; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.5; } &:has(table)::after { content: unset; } table { border-collapse: collapse; max-width: 100%; overflow: hidden; } th, td { border: 1px solid $grey; padding: 0.25rem 0.5rem; text-align: left; vertical-align: top; } thead { background-color: $grey; } tbody th { background-color: $grey-light; } }
Version data entries
13 entries across 13 versions & 1 rubygems