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
.progress-bar-widget {
@include flex;
align-items: center;
margin: 0 auto;
padding: 10px 0;
width: 300px;
z-index: 5;
.progress-bar-btn {
background: #fff;
border: 6px solid $COLOR_VA_BLUE;
border-radius: 50%;
box-sizing: border-box;
color: #fff;
height: 45px;
overflow: hidden;
padding: 0;
position: relative;
width: 45px;
.glyphicon {
color: $COLOR_VA_BLUE;
font-size: 24px;
height: 45px;
left: -6px;
line-height: 42px;
position: absolute;
top: -6px;
width: 45px;
}
&:first-child {
margin-right: 15px;
}
}
.progress-wrapper {
background-color: #fff;
border: 2px solid $COLOR_VA_BLUE;
border-radius: 5px;
height: 24px;
margin-right: 15px;
overflow: hidden;
position: relative;
text-align: left;
width: 180px;
&.hide-previous {
margin-left: 60px;
}
}
.progress-status-text {
color: $COLOR_VA_BLUE;
position: absolute;
width: 100%;
}
.progress-status-bar {
background: $COLOR_VA_BLUE;
color: #fff;
overflow: hidden;
position: absolute;
text-align: center;
z-index: 1;
}
}