23 lines
444 B
YAML
23 lines
444 B
YAML
|
uuid: a5d284b3-89c3-4293-a27e-15bdcd054adb
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies:
|
||
|
module:
|
||
|
- block_visibility_groups
|
||
|
id: paragraphs_container
|
||
|
label: 'Paragraphs container'
|
||
|
code: |-
|
||
|
div:has(> div > .paragraph) {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
media: all
|
||
|
preprocess: true
|
||
|
conditions:
|
||
|
condition_group:
|
||
|
id: condition_group
|
||
|
negate: false
|
||
|
block_visibility_group: ''
|
||
|
contexts: { }
|
||
|
conditions_require_all: true
|