File: //proc/thread-self/cwd/wp-content/plugins/addons-for-elementor/assets/css/widgets/stats-bars.scss
@import "../lae-lib";
/* ------------------------------------- Stats Bar --------------------------------------------- */
.lae-stats-bars {
clear: both;
.lae-stats-bar {
width: 100%;
display: block;
margin: 0 0 18px;
overflow: hidden;
.lae-stats-title {
margin: 0;
display: block;
color: #888;
font-style: normal;
font-size: 15px;
text-transform: none;
color: #333;
font-size: 16px;
line-height: 28px;
span {
margin-left: 5px;
.rtl & {
display: inline-block;
margin: 0 5px 0 0;
}
}
.lae-dark-bg & {
color: $dark-bg-primary-text;
}
}
.lae-stats-bar-wrap {
position: relative;
}
.lae-stats-bar-content {
background: #e55a54;
display: block;
height: 10px;
width: 0;
position: relative;
z-index: 1;
border-radius: 5px;
}
.lae-stats-bar-bg {
width: 100%;
background: rgba(0, 0, 0, 0.1);
height: 10px;
display: block;
margin-top: -10px;
border-radius: 5px;
.lae-dark-bg & {
background: rgba(255, 255, 255, 0.1);
}
}
}
}