css fix
This commit is contained in:
parent
452fe0ac6f
commit
b576b7125b
File diff suppressed because one or more lines are too long
|
@ -868,7 +868,7 @@ footer {
|
|||
}
|
||||
|
||||
.slick-prev {
|
||||
left: 46%;
|
||||
left: 45%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.slick-prev {
|
||||
|
@ -1142,6 +1142,7 @@ footer {
|
|||
#home .timeline .__timeline-arrows button {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
#home .timeline .__timeline-arrows button:hover {
|
||||
opacity: 0.5;
|
||||
|
@ -1300,6 +1301,9 @@ footer {
|
|||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_description {
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_description p {
|
||||
font-size: 0.6rem !important;
|
||||
margin: 0;
|
||||
|
@ -1438,6 +1442,7 @@ footer {
|
|||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body {
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body p {
|
||||
margin: 0;
|
||||
|
@ -1650,6 +1655,8 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
#home article.node-type-static .field_body p:nth-child(3) {
|
||||
flex: 1;
|
||||
padding: 1rem;
|
||||
font-family: "gilroy-regular";
|
||||
margin-top: 0;
|
||||
}
|
||||
@media (max-width: 1090px) {
|
||||
#home article.node-type-static .field_body > p:nth-child(2),
|
||||
|
@ -1727,6 +1734,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
max-width: 30%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
@media (max-width: 1090px) {
|
||||
#home article.node-type-static #paragraph-id--1 .field_field_texte .colone-picto p {
|
||||
|
@ -2274,6 +2282,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
padding-top: 2rem;
|
||||
margin-top: 2rem;
|
||||
margin: auto;
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--10 .colone-picto p:last-of-type {
|
||||
|
@ -2313,6 +2322,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 .colone-picto p {
|
||||
padding: 0rem;
|
||||
margin: 0;
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 .colone-picto p:nth-of-type(1) {
|
||||
grid-column: 1;
|
||||
|
@ -2351,6 +2361,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 1rem;
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--12,
|
||||
|
@ -2475,6 +2486,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
grid-column: 3/span 4;
|
||||
grid-row: 2;
|
||||
margin-left: 1rem;
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.partenaires .layout-content .content_container .views-element-container .node-type-partenaire .field_body {
|
||||
|
|
|
@ -433,6 +433,9 @@ observer.observe(document.body, config);
|
|||
arrows: true,
|
||||
centerMode: true,
|
||||
adaptiveHeight: true,
|
||||
autoplay: true,
|
||||
autoplaySpeed: 1500,
|
||||
infinite: true,
|
||||
// centerPadding: '100px',
|
||||
responsive: [
|
||||
{
|
||||
|
@ -443,6 +446,8 @@ observer.observe(document.body, config);
|
|||
arrows: true,
|
||||
draggable: true,
|
||||
centerMode: true,
|
||||
autoplay: true,
|
||||
autoplaySpeed: 2000,
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
padding-top: 2rem;
|
||||
margin-top: 2rem;
|
||||
margin: auto;
|
||||
font-family: 'gilroy-regular';
|
||||
@media(max-width: 500px){
|
||||
width: 80%;
|
||||
}
|
||||
|
@ -121,6 +122,7 @@
|
|||
p{
|
||||
padding: 0rem;
|
||||
margin: 0;
|
||||
font-family: 'gilroy-regular';
|
||||
|
||||
&:nth-of-type(1){
|
||||
grid-column: 1;
|
||||
|
@ -162,6 +164,7 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 1rem;
|
||||
font-family: 'gilroy-regular';
|
||||
@media(max-width: 500px){
|
||||
width: 90%;
|
||||
}
|
||||
|
|
|
@ -52,6 +52,8 @@
|
|||
p:nth-child(3){
|
||||
flex: 1 ;
|
||||
padding: 1rem;
|
||||
font-family: 'gilroy-regular';
|
||||
margin-top: 0;
|
||||
@media(max-width: 1090px){
|
||||
padding-left: 0 ;
|
||||
font-size: 1rem;
|
||||
|
@ -118,6 +120,7 @@
|
|||
max-width: 30%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: 'gilroy-regular';
|
||||
@media(max-width: 1090px){
|
||||
padding-right: 1rem;
|
||||
flex: 1 30%;
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
grid-column: 3 /span 4 ;
|
||||
grid-row: 2;
|
||||
margin-left: 1rem;
|
||||
font-family: 'gilroy-regular';
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
// visibility: visible;
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
font-family: 'gilroy-regular';
|
||||
p{
|
||||
margin: 0;
|
||||
font-size: 0.7rem ;
|
||||
|
|
|
@ -113,7 +113,7 @@ $slick-opacity-not-active: 0.25 !default;
|
|||
}
|
||||
|
||||
.slick-prev {
|
||||
left: 46%;
|
||||
left: 45%;
|
||||
@media(max-width:810px){
|
||||
left: 35%;
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
button{
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding-left: 1rem;
|
||||
&:hover{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
@ -220,6 +221,7 @@
|
|||
}
|
||||
}
|
||||
.field_field_description{
|
||||
font-family: 'gilroy-regular';
|
||||
p{
|
||||
font-size: 0.6rem !important;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue