* Enable custom names for 'Variables' sections * add gap between consecutive 'Variables' sections
This commit is contained in:
parent
e674d87bf3
commit
8f13d7c7a2
2 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if variables_size != '0' or variables_keys_size != '0' %}
|
||||
<div class="bd-vars">
|
||||
{% include elements/anchor.html name="Variables" %}
|
||||
{% include elements/anchor.html name=anchor_name %}
|
||||
|
||||
<div class="bd-var bd-is-head">
|
||||
<div class="bd-var-name">
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.bd-vars + .bd-vars {
|
||||
margin-top: var(--docs-inner);
|
||||
}
|
||||
|
||||
.bd-var {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Add table
Reference in a new issue