All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gwt.material.design.addins.client.circularprogress.resources.css.circleprogress.min.css Maven / Gradle / Ivy

There is a newer version: 2.8.3
Show newest version
.circular-progress {
    position: relative;
}

.circular-progress .circular-label {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0px;
    width: 100%;
}

.col.circular-progress .circular-label {
    left: 12px;
}

/** Responsive **/
.circular-progress.responsive canvas {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: auto !important;
}

.circular-progress.responsive .circular-label {
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table;
    font-size: 30px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy