squirrel/assets/scss/progressbar.scss

9 lines
231 B
SCSS
Raw Normal View History

2021-02-25 21:23:58 +00:00
$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;
}