2024-04-12 19:04:24 +00:00
|
|
|
uuid: f4f700e0-429a-48db-91b5-b52b42ee7223
|
|
|
|
langcode: en
|
|
|
|
status: true
|
|
|
|
dependencies:
|
|
|
|
module:
|
|
|
|
- block_visibility_groups
|
|
|
|
id: remove_column_negative_margins
|
|
|
|
label: 'Remove column negative margins'
|
|
|
|
code: |-
|
|
|
|
.columns {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns:last-child {
|
2024-04-14 04:05:03 +00:00
|
|
|
margin-bottom: 0;
|
2024-04-12 19:04:24 +00:00
|
|
|
}
|
|
|
|
media: all
|
|
|
|
preprocess: true
|
|
|
|
conditions:
|
|
|
|
condition_group:
|
|
|
|
id: condition_group
|
|
|
|
negate: false
|
|
|
|
block_visibility_group: ''
|
|
|
|
contexts: { }
|
|
|
|
conditions_require_all: true
|