fixed gouvernance node page css styles
This commit is contained in:
parent
1a0bd22366
commit
87c7fb881d
|
@ -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
|
@ -1,19 +1,3 @@
|
|||
.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 {
|
||||
height: auto;
|
||||
display: grid;
|
||||
|
@ -71,6 +55,22 @@
|
|||
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue