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 • 468 B
JavaScript
import { css } from 'lit';
export const styles = css `:host{--stroke-thickness: 2px;--scale-factor: 3.05}[part~=label],[part~=value]{font-weight:700}[part~=svg][part~=indeterminate]{animation-duration:.75s}[part~=svg][part~=indeterminate] [part~=fill]{stroke-dashoffset:60% !important;animation:none}[part~=track][part~=indeterminate]{stroke:rgba(0,0,0,0)}[part~=fill]{stroke-width:var(--stroke-thickness)}`;
//# sourceMappingURL=circular.progress.bootstrap.css.js.map