Files
FixIt/assets/css/_partials/_widgets/_reading-progress.scss
T
2022-09-13 16:39:39 +08:00

13 lines
309 B
SCSS

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