mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #13347: make striped progress bars its own class
This commit is contained in:
parent
f4dd02f531
commit
2a380f6bd8
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Striped bars
|
// Striped bars
|
||||||
.progress-striped .progress-bar {
|
.progress-striped .progress-bar,
|
||||||
|
.progress-bar-striped {
|
||||||
#gradient > .striped();
|
#gradient > .striped();
|
||||||
background-size: 40px 40px;
|
background-size: 40px 40px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue