| Current Path : /home/happyrenas/old/devis-huissier.fr/old/sass/components/content/progressbar/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/devis-huissier.fr/old/sass/components/content/progressbar/_progressbar.scss |
// ANIMATED PROGRESS BAR
.c-progress-bar{
.c-progress-bar-title{
font-size:24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 30px;
}
.c-progress-bar-container{
.c-progress-bar-icon-line{
display:inline-block;
font-size: 30px;
width: 35px;
margin-right: 15px;
}
.c-progress-bar-line{
position: relative;
.progressbar-text{
display: none;
}
&[data-display-value='true']{
.progressbar-text{
display: block;
}
}
&[data-progress-bar="line"]{
&.c-progress-bar-line-with-icon{
margin: -37px 0 20px 50px;
}
.progressbar-text{
text-align: right;
}
.c-progress-bar-label{
font-size:16px;
margin-bottom:0;
}
// for IE only
&[data-stroke-width="1"] svg{ height:5px; }
&[data-stroke-width="2"] svg{ height:11px; }
&[data-stroke-width="3"] svg{ height:17px; }
&[data-stroke-width="4"] svg{ height:23px; }
&[data-stroke-width="5"] svg{ height:29px; }
&[data-stroke-width="6"] svg{ height:35px; }
&[data-stroke-width="7"] svg{ height:41px; }
&[data-stroke-width="8"] svg{ height:47px; }
&[data-stroke-width="9"] svg{ height:53px; }
&[data-stroke-width="10"] svg{ height:69px; }
&[data-stroke-width="11"] svg{ height:75px; }
&[data-stroke-width="12"] svg{ height:81px; }
&[data-stroke-width="13"] svg{ height:87px; }
&[data-stroke-width="14"] svg{ height:93px; }
&[data-stroke-width="15"] svg{ height:99px; }
svg{ width:100%; }
}
&[data-progress-bar="circle"]{
padding: 20px 50px;
.progressbar-text,
.c-progress-bar-icon{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.progressbar-text{
text-align: center;
font-size: 40px;
}
.c-progress-bar-icon{
font-size:45px;
}
}
&[data-progress-bar="semicircle"]{
padding: 20px 50px;
margin-bottom: 30px;
.progressbar-text,
.c-progress-bar-icon{
position: absolute;
bottom:0;
left: 50%;
transform: translateX(-50%);
}
.progressbar-text{
text-align: center;
font-size: 40px;
}
.c-progress-bar-icon{
font-size:45px;
}
}
}
}
&.c-progress-bar-rtl{
.c-progress-bar-container{
.c-progress-bar-line{
&[data-progress-bar="semicircle"]{
.progressbar-text{
/*rtl:ignore*/transform: translate(50%, 0px) !important;
}
}
}
}
}
}
@media (max-width: 1024px){
.c-progress-bar{
.c-progress-bar-container{
.c-progress-bar-line{
padding: 20px 10px !important;
&[data-progress-bar="line"]{
padding: 0 !important;
}
}
}
}
}
@media (max-width: $screen-sm-max){ // 991px
.c-progress-bar{
.c-progress-bar-container{
margin:0 20%;
.c-progress-bar-line{
padding: 20px 50px !important;
}
}
.c-progress-bar-desc-container{
margin:0 20% 30px 20%;
}
}
}
@media (max-width: $screen-xs-min){ // 480px;
.c-progress-bar{
.c-progress-bar-container{
margin:0;
}
.c-progress-bar-desc-container{
margin: 0 0 30px 0;
}
}
}