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

META-INF.resources.frontend.styles.components.progress-bar.css Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
/*
 * Copyright (c) 2021 Bixbit s.c. All rights reserved.
 *  See LICENSE file for licensing information.
 */

.progressbar-container {
    height: 2em;
    position: relative;
}

.progressbar-label {
    width: 100%;
    position: absolute;
    text-align: center;
    color: white;
    text-shadow: 0 0 4px #000;
}

.progressbar-value {
    height: 1.4em
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy