mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
all more than one CF in one line ref #322
This commit is contained in:
parent
a9ee1f8344
commit
9d6168ace0
@ -5,6 +5,8 @@
|
|||||||
grid-12
|
grid-12
|
||||||
{% elseif attr.class is defined and 'no-label' in attr.class %}
|
{% elseif attr.class is defined and 'no-label' in attr.class %}
|
||||||
grid-0
|
grid-0
|
||||||
|
{% elseif attr.class is defined and 'multiple-cf-inline' in attr.class %}
|
||||||
|
grid-2 grid-mobile-4 grid-tablet-4 mobile-clear tablet-clear
|
||||||
{% else %}
|
{% else %}
|
||||||
grid-4 clear
|
grid-4 clear
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -16,6 +18,8 @@
|
|||||||
grid-12 parent
|
grid-12 parent
|
||||||
{% elseif attr.class is defined and 'no-label' in attr.class %}
|
{% elseif attr.class is defined and 'no-label' in attr.class %}
|
||||||
grid-12
|
grid-12
|
||||||
|
{% elseif attr.class is defined and 'multiple-cf-inline' in attr.class %}
|
||||||
|
grid-2 grid-mobile-8 grid-tablet-8
|
||||||
{% else %}
|
{% else %}
|
||||||
grid-8
|
grid-8
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user