footer block humanum

This commit is contained in:
2026-09-14 10:05:14 +02:00
parent 7cc3a4a1df
commit bc857d0c85
4 changed files with 54 additions and 27 deletions
@@ -0,0 +1,25 @@
uuid: c1f6a423-d0ea-44b1-830b-e56a63562c89
langcode: fr
status: true
dependencies:
content:
- 'block_content:logo_link:7c4d9f53-a289-4437-a374-15f8ac471359'
module:
- block_content
theme:
- mathallo
id: mathallo_humanun
theme: mathallo
region: footer
weight: 0
provider: null
plugin: 'block_content:7c4d9f53-a289-4437-a374-15f8ac471359'
settings:
id: 'block_content:7c4d9f53-a289-4437-a374-15f8ac471359'
label: humanun
label_display: '0'
provider: block_content
status: true
info: ''
view_mode: full
visibility: { }
@@ -6,37 +6,26 @@ dependencies:
- block_content.type.logo_link
- field.field.block_content.logo_link.field_lien
- field.field.block_content.logo_link.field_logo
- image.style.thumbnail
module:
- image
- link
id: block_content.logo_link.default
targetEntityType: block_content
bundle: logo_link
mode: default
content:
field_lien:
type: link
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
weight: 0
region: content
field_logo:
type: image
label: above
label: hidden
settings:
image_link: ''
image_style: ''
image_style: thumbnail
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
weight: 0
region: content
hidden:
field_lien: true
langcode: true
search_api_excerpt: true
File diff suppressed because one or more lines are too long
@@ -776,6 +776,15 @@ footer[role="contentinfo"]{
background-color: #fff;
box-shadow: 0 5px 15px #000;
padding: 0.2em 2em;
box-sizing: border-box;
position: relative;
div.wrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: relative;
width: auto;
#block-mathallo-navigationprincipale-2{
ul{
display: flex;
@@ -790,6 +799,10 @@ footer[role="contentinfo"]{
}
}
}
div#block-mathallo-humanum{
// justify-self: end;
}
}
}