8 lines
No EOL
227 B
SCSS
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;
|
|
} |