UNPKG

paella-core

Version:
14 lines 599 B
/* Button plugins */ :root { --button-fixed-width: 40px; --button-fixed-height: 40px; --button-fixed-width-sm: 40px; --button-fixed-height-sm: 40px; --progress-indicator-height: 10px; --playback-bar-height: calc(var(--button-fixed-height) + var(--progress-indicator-height)); --playback-bar-height-sm: calc(var(--button-fixed-height-sm) + var(--progress-indicator-height)); --button-icon-size: calc(var(--button-fixed-width) / 2); --button-icon-size-sm: calc(var(--button-fixed-width-sm) / 2); --progress-indicator-handler-size: 20px; --playback-bar-width: 100%; }