|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/wp-content/plugins/ml-slider/admin/assets/js/app/assets/styles/ |
// 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;
}
}