wiki.techinc.nl/resources/lib/codex/modules/CdxProgressBar-experimental.css
Volker E 87b8ef6968 Update Codex from v1.3.2 to v1.3.3
Bug: T343910
Bug: T347107
Bug: T350644
Bug: T350946
Bug: T356103
Bug: T356537
Bug: T356540
Bug: T356541
Bug: T357165
Bug: T357173
Bug: T357185
Bug: T357324
Depends-On: Ia561e6123ab8fa52b4498074867fc1b5e92f1e02
Change-Id: I363a97d33d85a9033da753f2a8fe730d80206639
2024-02-20 23:39:32 +00:00

1 line
1 KiB
CSS

.cdx-progress-bar{box-sizing:border-box;overflow-x:hidden}.cdx-progress-bar__bar{width:33.33%;height:100%}.cdx-progress-bar:not(.cdx-progress-bar--inline){position:relative;z-index:1;height:1em;max-width:none;border:var(--border-base);border-radius:9999px;box-shadow:0 2px 2px rgba(0,0,0,.2)}.cdx-progress-bar--inline{width:100%;height:.25em}.cdx-progress-bar:not(.cdx-progress-bar--disabled) .cdx-progress-bar__bar{background-color:var(--background-color-progressive);animation-name:cdx-animation-progress-bar__bar;animation-duration:1.6s;animation-timing-function:linear;animation-iteration-count:infinite}.cdx-progress-bar:not(.cdx-progress-bar--disabled).cdx-progress-bar--block{background-color:var(--background-color-base)}.cdx-progress-bar--disabled .cdx-progress-bar__bar{background-color:var(--background-color-disabled)}.cdx-progress-bar--disabled:not(.cdx-progress-bar--inline){background-color:var(--background-color-disabled-subtle)}@keyframes cdx-animation-progress-bar__bar{0%{transform:translate(-100%)}to{transform:translate(300%)}}