f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
11 lignes
191 B
Plaintext
11 lignes
191 B
Plaintext
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
|
|
// Deprecated parent class requirement as of v3.2.0
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|