progress.pcss.css
Same filename in this branch
Same filename and directory in other branches
Progress bar specific styles.
File
-
core/
themes/ olivero/ css/ components/ progress.pcss.css
View source
- /**
- * @file
- * Progress bar specific styles.
- */
-
- @import "../base/variables.pcss.css";
-
- .progress__track {
- overflow: hidden;
- height: var(--sp);
- border: 1px solid var(--color--blue-20);
- border-radius: var(--border-radius);
- }
-
- .progress__bar {
- height: var(--sp);
- background-color: var(--color--blue-20);
- }
-
- .progress__percentage {
- margin-inline-start: 1rem;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.