Sha256: 712bd853c40b50f21577ad0ac3f02fea5eff3a78b41933e4025389027186412b
Contents?: true
Size: 556 Bytes
Versions: 3
Compression:
Stored size: 556 Bytes
Contents
.tabs { display: flex; flex-direction: column; gap: var(--size-2); } .tabs__list { background-color: var(--color-border-light); block-size: var(--size-10); border-radius: var(--rounded-md); color: var(--color-text-subtle); display: inline-flex; gap: var(--size-2); padding: var(--size-1); button { inline-size: var(--size-full); } button { --btn-background: transparent; --btn-border-color: transparent; --btn-filter-hover: none; } button[aria-selected=true] { --btn-background: var(--color-bg); } }
Version data entries
3 entries across 3 versions & 1 rubygems