mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Fixes #9617: consistent variation order, add .label-primary
This commit is contained in:
+8
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user