source:
trip-planner-front/node_modules/bootstrap/less/mixins/progress-bar.less@
eed0bf8
Last change on this file since eed0bf8 was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 191 bytes |
Line | |
---|---|
1 | // Progress bars |
2 | |
3 | .progress-bar-variant(@color) { |
4 | background-color: @color; |
5 | |
6 | // Deprecated parent class requirement as of v3.2.0 |
7 | .progress-striped & { |
8 | #gradient > .striped(); |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.