espace & taille titre sous-titre

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-20 11:29:50 +01:00
parent d694c2e79c
commit 8241434c42
4 changed files with 62 additions and 11 deletions

View File

@ -1681,8 +1681,15 @@ footer {
cursor: default; cursor: default;
} }
#actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_title h2 { #actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_title h2 {
margin: 0; margin-top: 0.5rem;
margin-bottom: 0;
padding-left: 0; padding-left: 0;
font-family: "gilroy-medium";
}
#actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_field_sous_titre {
color: rgb(7, 50, 194);
font-family: "gilroy-light";
font-size: 1.2rem;
} }
#actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_body { #actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_body {
order: 6; order: 6;
@ -4080,6 +4087,7 @@ main {
text-align: center; text-align: center;
font-size: 0.9rem; font-size: 0.9rem;
font-family: "gilroy-light"; font-family: "gilroy-light";
color: white;
} }
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_body { #ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_body {
text-align: center; text-align: center;
@ -4137,8 +4145,8 @@ main {
width: 100%; width: 100%;
} }
#actualites { #actualites main {
background-color: #f6f7f3; background-color: white;
} }
#actualites .layout-container main { #actualites .layout-container main {
padding-top: 250px; padding-top: 250px;
@ -4327,12 +4335,20 @@ main {
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title { #actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title {
order: 5; order: 5;
} }
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title h2 {
font-size: 1.2rem;
font-family: "gilroy-medium";
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title a { #actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title a {
color: rgb(7, 50, 194); color: rgb(7, 50, 194);
font-size: 1.2rem;
pointer-events: none; pointer-events: none;
cursor: default; cursor: default;
} }
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_sous_titre {
color: rgb(7, 50, 194);
font-family: "gilroy-light";
font-size: 1.2rem;
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_body { #actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_body {
order: 6; order: 6;
opacity: 1 !important; opacity: 1 !important;
@ -4391,4 +4407,10 @@ main {
width: 100%; width: 100%;
background-color: #f6f7f3; background-color: #f6f7f3;
padding-top: 2rem; padding-top: 2rem;
}
#actualites .layout-content .content_container .views-element-container footer .view-rows-wrapper .field_title h2 {
font-size: 1rem !important;
}
#actualites .layout-content .content_container .views-element-container footer .view-rows-wrapper .field_field_sous_titre {
font-size: 1rem !important;
} }

View File

@ -1,6 +1,10 @@
#actualites{ #actualites{
background-color: #f6f7f3; // background-color: #f6f7f3;
// background-color:white !important;
main{
background-color:white ;
}
.layout-container main{ .layout-container main{
padding-top: $header-height-big; padding-top: $header-height-big;
} }
@ -207,12 +211,20 @@
} }
.field_title{ .field_title{
order: 5; order: 5;
a{ h2{
color: $blue_QDD; font-size: 1.2rem;
font-size: 1.2rem; font-family: 'gilroy-medium';
pointer-events: none;
cursor: default;
} }
a{
color: $blue_QDD;
pointer-events: none;
cursor: default;
}
}
.field_field_sous_titre{
color: $blue_QDD;
font-family: 'gilroy-light';
font-size: 1.2rem;
} }
.field_body { .field_body {
@ -287,6 +299,15 @@
width: 100%; width: 100%;
background-color: $background-gris; background-color: $background-gris;
padding-top: 2rem; padding-top: 2rem;
.field_title{
h2{
font-size: 1rem !important;
}
}
.field_field_sous_titre{
font-size: 1rem !important;
}
} }
} }

View File

@ -239,6 +239,7 @@
text-align: center; text-align: center;
font-size: 0.9rem; font-size: 0.9rem;
font-family: 'gilroy-light'; font-family: 'gilroy-light';
color: white;
} }
.field_body{ .field_body{
text-align: center; text-align: center;

View File

@ -207,10 +207,17 @@
cursor: default; cursor: default;
} }
h2{ h2{
margin: 0; margin-top: 0.5rem;
margin-bottom: 0;
padding-left: 0; padding-left: 0;
font-family: 'gilroy-medium';
} }
} }
.field_field_sous_titre{
color: $blue_QDD;
font-family: 'gilroy-light';
font-size: 1.2rem;
}
.field_body { .field_body {
order: 6; order: 6;