igniteui-webcomponents
Version:
Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
3 lines • 685 B
JavaScript
import { css } from 'lit';
export const styles = css `[part=track],[part=inactive]{height:.5rem}[part=fill]{display:none}[part~=thumb]{width:1rem;height:1rem;top:calc((1rem - calc(1rem / 2))*-1);margin-inline-start:calc((1rem - calc(1rem / 2))*-1)}[part~=thumb]:focus{border:.0625rem solid var(--thumb-border-focus-color);box-shadow:0 0 0 .1875rem var(--thumb-focus-color)}[part=tick-label]{color:var(--tick-label-color)}:host([disabled]) [part=tick],:host(:disabled) [part=tick]{background:var(--disabled-base-track-color)}:host([disabled]) [part=tick-label],:host(:disabled) [part=tick-label]{color:var(--disabled-base-track-color)}`;
//# sourceMappingURL=slider.bootstrap.css.js.map