10 lines
231 B
SCSS
10 lines
231 B
SCSS
.line-scroll {
|
|
background-image: linear-gradient(90deg, rgba(238,136,5,1) 0%, rgba(191,48,48,1) 41%, rgba(209,28,28,1) 100%);
|
|
height: 5px;
|
|
left: 0;
|
|
top: 83px;
|
|
position: fixed;
|
|
width: 0;
|
|
z-index: 10;
|
|
}
|