Files
FixIt/assets/css/_partials/_widgets/_reading-progress.scss
T
2023-03-25 11:24:53 +08:00

13 lines
316 B
SCSS

.reading-progress-bar {
--progress: 0;
height: var(--progress-h, 2px);
width: var(--progress);
background-color: var(--bg-progress, var(--#{$prefix}info));
@include z-index(2);
position: fixed;
[data-theme="dark"] & {
background-color: var(--bg-progress-dark, var(--#{$prefix}info-dark));
}
}