mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 05:30:22 +00:00
finishes #10245 by adding it the new var to the customizer
This commit is contained in:
parent
daa8330b41
commit
e10bf3aa7f
2 changed files with 6 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1050,6 +1050,11 @@ base_url: "../"
|
|||
<input type="text" class="form-control" placeholder="@gray-light" data-var="@breadcrumb-active-color">
|
||||
<p>Text color of current page in the breadcrumb</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<label>@breadcrumb-separator</label>
|
||||
<input type="text" class="form-control" placeholder='"/"' data-var="@breadcrumb-separator">
|
||||
<p>Textual separator for between breadcrumb elements</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 id="variables-jumbotron">Jumbotron</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue