ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/layout/bootstrap4/global_assets/scss/_bootstrap/ |
// Disable animation if transitions are disabled @if $enable-transitions { @keyframes progress-bar-stripes { /*rtl:begin:ignore*/ from { background-position: $progress-height 0; } to { background-position: 0 0; } /*rtl:end:ignore*/ } } .progress { display: flex; height: $progress-height; overflow: hidden; // force rounded corners by cropping it @include font-size($progress-font-size); background-color: $progress-bg; @include border-radius($progress-border-radius); @include box-shadow($progress-box-shadow); } .progress-bar { display: flex; flex-direction: column; justify-content: center; color: $progress-bar-color; text-align: center; white-space: nowrap; background-color: $progress-bar-bg; @include transition($progress-bar-transition); } .progress-bar-striped { @include gradient-striped(); background-size: $progress-height $progress-height; } @if $enable-transitions { .progress-bar-animated { animation: progress-bar-stripes $progress-bar-animation-timing; @media (prefers-reduced-motion: reduce) { animation: none; } } }