Commit 60e5803a by Saliya Randunu

fix bold issue with the percentage text

parent de8d2e26
......@@ -121,12 +121,14 @@
-o-transition: width .6s ease;
transition: width .6s ease;
position: relative;
}
.appli-view-bar .progress-bar.green {
background: #67B413;
}
.show-precentage {position: absolute;color:#fff;right: 1px; top: -3px; font-size: 9px;font-weight: 500;}
.show-precentage {position: absolute;color:#ffffff;
right: 1px; font-weight: 400; top: -3px; font-size: 9px; font-family: "Usual-Medium";}
.requirements-icon {
top:-5px;
left : -5px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment