Compare commits

...

3 Commits

5 changed files with 122 additions and 120 deletions

View File

@ -3,6 +3,7 @@ langcode: fr
status: true
dependencies:
module:
- block_class
- social_media_links
theme:
- erabletheme
@ -19,11 +20,11 @@ settings:
provider: social_media_links
platforms:
linkedin:
value: erable
value: company/erable-raconter-le-vivant-pour-agir
description: ''
weight: '-43'
twitter:
value: erable
value: erable_program
description: ''
weight: '-42'
amazon:

View File

@ -1,6 +1,6 @@
uuid: 14acf1dc-6dde-46d2-bc7b-2bbae397dd73
langcode: fr
status: true
status: false
dependencies:
config:
- core.entity_view_mode.node.full

View File

@ -573,7 +573,7 @@ body.toolbar-fixed header[role=banner] {
color: #00ff80;
}
.slick-container #carousel_dots ul li button::before {
color: rgb(1, 1, 1);
color: rgb(0.9, 0.9, 0.9);
}
@media (min-width: 1080px) {
.slick-container #carousel_dots {
@ -1636,6 +1636,64 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
}
}
.paragraph--type--membre-equipe {
height: auto;
display: grid;
grid-template-columns: 30vw auto 1fr;
grid-auto-rows: auto;
margin-bottom: 5vh;
}
.paragraph--type--membre-equipe > div:first-of-type {
grid-row: 1/3;
display: flex;
align-items: center;
}
.paragraph--type--membre-equipe > div:first-of-type > div {
width: 20vw;
height: 20vw;
overflow: hidden;
border-radius: 10vw;
}
.paragraph--type--membre-equipe > div:first-of-type > div img {
width: 100%;
height: 100%;
object-fit: cover;
}
.paragraph--type--membre-equipe > div:nth-of-type(2),
.paragraph--type--membre-equipe > div:nth-of-type(3) {
font-family: "Marianne", sans-serif;
font-size: 1.3rem;
color: #038788;
font-weight: 800;
margin-bottom: 2vh;
align-self: flex-end;
}
.paragraph--type--membre-equipe > div:nth-of-type(3) {
padding-left: 0.5rem;
}
.paragraph--type--membre-equipe > div:last-of-type {
font-family: "Marianne", sans-serif;
font-size: 1rem;
line-height: 1.4;
grid-column: 2/4;
}
@media (min-width: 760px) {
.paragraph--type--membre-equipe {
grid-template-columns: 10vw auto 1fr;
}
.paragraph--type--membre-equipe > div:first-of-type > div {
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
.paragraph--type--membre-equipe > div:nth-of-type(2) {
padding-left: 3vw;
}
.paragraph--type--membre-equipe > div:last-of-type {
padding-left: 3vw;
}
}
.content_gouvernance .views-row {
margin-bottom: 2vh;
}
@ -1655,63 +1713,6 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
height: unset;
flex-direction: column;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe {
height: auto;
display: grid;
grid-template-columns: 30vw auto 1fr;
grid-auto-rows: auto;
margin-bottom: 5vh;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type {
grid-row: 1/3;
display: flex;
align-items: center;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div {
width: 20vw;
height: 20vw;
overflow: hidden;
border-radius: 10vw;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div img {
width: 100%;
height: 100%;
object-fit: cover;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(2),
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(3) {
font-family: "Marianne", sans-serif;
font-size: 1.3rem;
color: #038788;
font-weight: 800;
margin-bottom: 2vh;
align-self: flex-end;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(3) {
padding-left: 0.5rem;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:last-of-type {
font-family: "Marianne", sans-serif;
font-size: 1rem;
line-height: 1.4;
grid-column: 2/4;
}
@media (min-width: 760px) {
.content_gouvernance .views-row article .paragraph--type--membre-equipe {
grid-template-columns: 10vw auto 1fr;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div {
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(2) {
padding-left: 3vw;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:last-of-type {
padding-left: 3vw;
}
}
.content_partenaires .views-row {
margin-bottom: 2vh;

File diff suppressed because one or more lines are too long

View File

@ -1,20 +1,4 @@
.content_gouvernance {
.views-row {
margin-bottom: 2vh;
article {
> h2 {
margin-bottom: 2vh;
@include sous_titre_alt();
}
> h2 + div > div {
@include main_text_content();
margin-bottom: 2em;
}
> div:first-of-type {
height: unset;
flex-direction: column;
}
.paragraph--type--membre-equipe {
.paragraph--type--membre-equipe {
height: auto;
display: grid;
grid-template-columns: 30vw auto 1fr;
@ -69,8 +53,24 @@
}
}
}
}
.content_gouvernance {
.views-row {
margin-bottom: 2vh;
article {
> h2 {
margin-bottom: 2vh;
@include sous_titre_alt();
}
> h2 + div > div {
@include main_text_content();
margin-bottom: 2em;
}
> div:first-of-type {
height: unset;
flex-direction: column;
}
}
}