mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 08:20:53 +00:00
Added bootstap and testing carousel
This commit is contained in:
10
_sass/bootstrap/mixins/_progress-bar.scss
Normal file
10
_sass/bootstrap/mixins/_progress-bar.scss
Normal file
@ -0,0 +1,10 @@
|
||||
// Progress bars
|
||||
|
||||
@mixin progress-bar-variant($color) {
|
||||
background-color: $color;
|
||||
|
||||
// Deprecated parent class requirement as of v3.2.0
|
||||
.progress-striped & {
|
||||
@include gradient-striped;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user