squirrel/assets/scss/progressbar.scss
2021-02-25 22:23:58 +01:00

9 lines
No EOL
231 B
SCSS

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