mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54: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
|
||||
{% elseif attr.class is defined and 'no-label' in attr.class %}
|
||||
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 %}
|
||||
grid-4 clear
|
||||
{% endif %}
|
||||
@ -16,6 +18,8 @@
|
||||
grid-12 parent
|
||||
{% elseif attr.class is defined and 'no-label' in attr.class %}
|
||||
grid-12
|
||||
{% elseif attr.class is defined and 'multiple-cf-inline' in attr.class %}
|
||||
grid-2 grid-mobile-8 grid-tablet-8
|
||||
{% else %}
|
||||
grid-8
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user