footer block humanum
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -776,18 +776,31 @@ footer[role="contentinfo"]{
|
||||
background-color: #fff;
|
||||
box-shadow: 0 5px 15px #000;
|
||||
padding: 0.2em 2em;
|
||||
#block-mathallo-navigationprincipale-2{
|
||||
ul{
|
||||
display: flex;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
li:not(:first-child){
|
||||
margin-left: 1em;
|
||||
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;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
li:not(:first-child){
|
||||
margin-left: 1em;
|
||||
|
||||
}
|
||||
a{
|
||||
color: $bleu_typo;
|
||||
}
|
||||
}
|
||||
a{
|
||||
color: $bleu_typo;
|
||||
}
|
||||
}
|
||||
div#block-mathallo-humanum{
|
||||
// justify-self: end;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user