diff options
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 3ebcde629..f5b4cb874 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1305,6 +1305,11 @@ <p class="help-block">Progress bar text color</p> </div> <div class="bs-customizer-input"> + <label for="input-@progress-border-radius">@progress-border-radius</label> + <input id="input-@progress-border-radius" type="text" value="@border-radius-base" data-var="@progress-border-radius" class="form-control"/> + <p class="help-block">Variable for setting rounded corners on progress bar.</p> + </div> + <div class="bs-customizer-input"> <label for="input-@progress-bar-bg">@progress-bar-bg</label> <input id="input-@progress-bar-bg" type="text" value="@brand-primary" data-var="@progress-bar-bg" class="form-control"/> <p class="help-block">Default progress bar color</p> |
