.progress {
height: 12px;
background-color: #E9ECEF;
border-radius: 6px;
overflow: hidden;
margin-bottom: 1rem;
}
.progress-bar {
height: 100%;
background-color: var(--color-primary);
font-size: 0.75rem;
font-weight: var(--font-weight-bold);
color: white;
display: flex;
align-items: center;
justify-content: center;
transition: width 0.4s ease;
}
.progress--striped .progress-bar {
background-image: linear-gradient(
45deg,
rgba(255, 255, 255, 0.15) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.15) 50%,
rgba(255, 255, 255, 0.15) 75%,
transparent 75%,
transparent
);
background-size: 12px 12px;
}
.progress {
height: 12px;
background-color: #E9ECEF;
border-radius: 6px;
overflow: hidden;
margin-bottom: 1rem;
}
.progress-bar {
height: 100%;
background-color: var(--color-primary);
font-size: 0.75rem;
font-weight: var(--font-weight-bold);
color: white;
display: flex;
align-items: center;
justify-content: center;
transition: width 0.4s ease;
}
.progress--striped .progress-bar {
background-image: linear-gradient(
45deg,
rgba(255, 255, 255, 0.15) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.15) 50%,
rgba(255, 255, 255, 0.15) 75%,
transparent 75%,
transparent
);
background-size: 12px 12px;
}