2
0
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:
Mark Otto
2013-08-15 11:31:26 -07:00
parent a5cb6c7a15
commit 209d3af301
7 changed files with 87 additions and 44 deletions
+8 -2
View File
@@ -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>