mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
* Enable custom names for 'Variables' sections * add gap between consecutive 'Variables' sections
This commit is contained in:
parent
e674d87bf3
commit
8f13d7c7a2
@ -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…
Reference in New Issue
Block a user