mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
update customizer vars
This commit is contained in:
parent
bf17721308
commit
5349075f36
@ -788,6 +788,8 @@ base_url: "../"
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<h4>Common values</h4>
|
||||
<label>@nav-link-padding</label>
|
||||
<input type="text" class="form-control" placeholder="10px 15px">
|
||||
<label>@nav-link-hover-bg</label>
|
||||
<input type="text" class="form-control" placeholder="@gray-lighter">
|
||||
<label>@nav-disabled-link-color</label>
|
||||
@ -1271,12 +1273,12 @@ base_url: "../"
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<label>@pagination-active-bg</label>
|
||||
<input type="text" class="form-control" placeholder="#f5f5f5">
|
||||
<input type="text" class="form-control" placeholder="@brand-primary">
|
||||
<p class="help-block">Active background color</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<label>@pagination-active-color</label>
|
||||
<input type="text" class="form-control" placeholder="@gray-light">
|
||||
<input type="text" class="form-control" placeholder="#fff">
|
||||
<p class="help-block">Active text color</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user