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
|
- block_content.type.logo_link
|
||||||
- field.field.block_content.logo_link.field_lien
|
- field.field.block_content.logo_link.field_lien
|
||||||
- field.field.block_content.logo_link.field_logo
|
- field.field.block_content.logo_link.field_logo
|
||||||
|
- image.style.thumbnail
|
||||||
module:
|
module:
|
||||||
- image
|
- image
|
||||||
- link
|
|
||||||
id: block_content.logo_link.default
|
id: block_content.logo_link.default
|
||||||
targetEntityType: block_content
|
targetEntityType: block_content
|
||||||
bundle: logo_link
|
bundle: logo_link
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
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:
|
field_logo:
|
||||||
type: image
|
type: image
|
||||||
label: above
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
image_link: ''
|
image_link: ''
|
||||||
image_style: ''
|
image_style: thumbnail
|
||||||
image_loading:
|
image_loading:
|
||||||
attribute: lazy
|
attribute: lazy
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
field_lien: true
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: 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;
|
background-color: #fff;
|
||||||
box-shadow: 0 5px 15px #000;
|
box-shadow: 0 5px 15px #000;
|
||||||
padding: 0.2em 2em;
|
padding: 0.2em 2em;
|
||||||
#block-mathallo-navigationprincipale-2{
|
box-sizing: border-box;
|
||||||
ul{
|
position: relative;
|
||||||
display: flex;
|
div.wrapper{
|
||||||
list-style: none;
|
display: flex;
|
||||||
padding: 0;
|
flex-direction: row;
|
||||||
li:not(:first-child){
|
justify-content: space-between;
|
||||||
margin-left: 1em;
|
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