squirrel/assets/scss/progressbar.scss

8 lines
227 B
SCSS
Raw Normal View History

2021-02-25 21:23:58 +00:00
.progress {
2022-06-27 14:09:44 +00:00
background: linear-gradient(to right, {{ .Site.Params.color.primary }} var(--scroll), transparent 0);
2021-02-25 21:23:58 +00:00
background-repeat: no-repeat;
position: fixed;
width: 100%;
height: 4px;
z-index: 1000;
}