squirrel/assets/scss/progressbar.scss
2022-06-27 16:09:44 +02:00

8 lines
No EOL
227 B
SCSS

.progress {
background: linear-gradient(to right, {{ .Site.Params.color.primary }} var(--scroll), transparent 0);
background-repeat: no-repeat;
position: fixed;
width: 100%;
height: 4px;
z-index: 1000;
}