acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
25 lines (22 loc) • 492 B
text/less
/* * * * * * * * * * * * * * * * * * * * *
SINGLE PROGRESS BAR
* * * * * * * * * * * * * * * * * * * * */
.isoSingleProgressBar {
width: 100%;
display: flex;
flex-direction: column;
h3 {
font-size: @isoFontSize;
color: @isoColor--Text;
font-weight: 400;
line-height: 1.2;
margin: 0 0 5px;
}
.ant-progress-text {
font-size: @isoFontSize - 1;
color: @isoColor--TextDark;
font-weight: 400;
line-height: 1.2;
text-align: right;
}
}