Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
.scroll-indicator {
position: relative;
.arrow-indicator {
background-color: rgba(255, 255, 255, 0.75);
border-radius: 50%;
box-shadow: 0 0 10px #000;
font-size: 25px;
height: 40px;
left: calc(50% - 20px);
position: absolute;
width: 40px;
z-index: 1060;
&:before {
display: block;
height: 100%;
line-height: 40px;
text-align: center;
width: 100%;
}
}
.scroll-progress {
background-color: $COLOR_GRAY;
height: 0;
position: absolute;
overflow: hidden;
right: 0;
top: 0;
width: 5px;
z-index: 1060;
.scroll-progress-bar {
background-color: $COLOR_LIGHT_BLUE;
height: 0;
position: absolute;
top: 0;
width: 100%;
}
}
}