source: trip-planner-front/node_modules/bootstrap/less/mixins/progress-bar.less@ fa375fe

Last change on this file since fa375fe was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 191 bytes
RevLine 
[fa375fe]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.