gwt.material.design.addins.client.circularprogress.resources.css.circleprogress.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-material-addins Show documentation
Show all versions of gwt-material-addins Show documentation
Extra Components of GWT Material Framework
.circular-progress {
position: relative;
}
.circular-progress span:nth-child(2) {
position: absolute;
top: 0;
text-align: center;
left: 0px;
width: 100%;
}
.col.circular-progress {
padding: 0px;
}