healthchecks_healthchecks/stuff/bootstrap/mixins/progress-bar.less
Pēteris Caune f9caa5ecef Styling
2015-07-01 21:51:42 +03:00

11 lines
191 B
Plaintext
Executable File

// Progress bars
.progress-bar-variant(@color) {
background-color: @color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
#gradient > .striped();
}
}