diff options
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/customize.html b/customize.html index f5ded3b94..4d5a53819 100644 --- a/customize.html +++ b/customize.html @@ -1302,14 +1302,20 @@ base_url: "../" <h2 id="variables-labels">Labels</h2> <div class="row"> <div class="col-lg-6"> + <label>@label-default-bg</label> + <input type="text" class="form-control" placeholder="@gray-light"> + <p class="help-block">Default label background color</p> + <label>@label-primary-bg</label> + <input type="text" class="form-control" placeholder="@brand-primary"> + <p class="help-block">Primary label background color</p> <label>@label-success-bg</label> <input type="text" class="form-control" placeholder="@brand-success"> <p class="help-block">Success label background color</p> + </div> + <div class="col-lg-6"> <label>@label-info-bg</label> <input type="text" class="form-control" placeholder="@brand-info"> <p class="help-block">Info label background color</p> - </div> - <div class="col-lg-6"> <label>@label-warning-bg</label> <input type="text" class="form-control" placeholder="@brand-warning"> <p class="help-block">Warning label background color</p> |
