1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/resources/assets/less/bootstrap/mixins/progress-bar.less

11 lines
191 B
Plaintext
Raw Normal View History

2015-03-12 01:44:39 +01:00
// Progress bars
.progress-bar-variant(@color) {
background-color: @color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
#gradient > .striped();
}
}