%PDF- %PDF-
| Direktori : /home/dopla/www/wp-content/plugins/ml-slider/admin/assets/js/app/assets/styles/ |
| Current File : /home/dopla/www/wp-content/plugins/ml-slider/admin/assets/js/app/assets/styles/_utility.scss |
// Progress bar
.ms-upload-progress {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.ms-progress {
background: $blue-light;
position: relative;
border-radius: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
padding: 4px;
width: 75%;
span {
position: absolute;
top: 0;
width: 100%;
text-align: center;
color: black;
}
}
.ms-progress-bar {
width: 0;
border-radius: 0px;
background: rgba(white, 0.7);
height: 18px;
transition: 0.4s linear;
transition-property: width, background-color;
}
}