@volverjs/style
Version:
@volverjs/style is a lightweight responsive CSS utility library to accompany @volverjs/ui-* and static webpages as well.
2 lines (1 loc) • 704 B
CSS
:where(:host,:root,.theme){--vv-tab-display: flex;--vv-tab-flex-direction: column;--vv-tab-element-panel-display: none;--vv-tab-element-panel-padding: var(--spacing-lg);--vv-tab-element-panel-line-height: var(--leading-normal);--vv-tab-element-panel-state-target-display: block}:where(.vv-tab){display:var(--vv-tab-display);flex-direction:var(--vv-tab-flex-direction)}:where(.vv-tab__panel){display:var(--vv-tab-element-panel-display);padding:var(--vv-tab-element-panel-padding);line-height:var(--vv-tab-element-panel-line-height)}:where(.vv-tab__panel--target,.vv-tab__panel.target,.vv-tab__panel:not([disabled]):target){--vv-tab-element-panel-display: var(--vv-tab-element-panel-state-target-display)}