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

sass.n2o.components.ProgressBar.scss Maven / Gradle / Ivy

The newest version!
.progress {
    margin-bottom: 0;
    width: 100%;
}

.progress-bar {
    padding-bottom: 2px;
}

.small.progress {
    height: $small-height;
}

.normal.progress {
    height: $normal-height;
}

.large.progress {
    height: $large-height;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy