Sha256: e344869273c46f074714ae32539ed1b6d812e29fb39d98d5eba0bfd3c02b169a
Contents?: true
Size: 597 Bytes
Versions: 63
Compression:
Stored size: 597 Bytes
Contents
/* CSS for BorderGrid */ .BorderGrid { display: table; width: 100%; margin-top: -16px; margin-bottom: -16px; table-layout: fixed; border-collapse: collapse; border-style: hidden } .BorderGrid .BorderGrid-cell { padding-top: 16px; padding-bottom: 16px } .BorderGrid--spacious { margin-top: -24px; margin-bottom: -24px } .BorderGrid--spacious .BorderGrid-cell { padding-top: 24px; padding-bottom: 24px } .BorderGrid-row { display: table-row } .BorderGrid-cell { display: table-cell; border: 1px solid var(--borderColor-muted) }
Version data entries
63 entries across 63 versions & 1 rubygems