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;
}
#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;
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 {
order: 6;
@ -4080,6 +4087,7 @@ main {
text-align: center;
font-size: 0.9rem;
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 {
text-align: center;
@ -4137,8 +4145,8 @@ main {
width: 100%;
}
#actualites {
background-color: #f6f7f3;
#actualites main {
background-color: white;
}
#actualites .layout-container main {
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 {
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 {
color: rgb(7, 50, 194);
font-size: 1.2rem;
pointer-events: none;
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 {
order: 6;
opacity: 1 !important;
@ -4391,4 +4407,10 @@ main {
width: 100%;
background-color: #f6f7f3;
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{
background-color: #f6f7f3;
// background-color: #f6f7f3;
// background-color:white !important;
main{
background-color:white ;
}
.layout-container main{
padding-top: $header-height-big;
}
@ -207,12 +211,20 @@
}
.field_title{
order: 5;
a{
color: $blue_QDD;
font-size: 1.2rem;
pointer-events: none;
cursor: default;
h2{
font-size: 1.2rem;
font-family: 'gilroy-medium';
}
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 {
@ -287,6 +299,15 @@
width: 100%;
background-color: $background-gris;
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;
font-size: 0.9rem;
font-family: 'gilroy-light';
color: white;
}
.field_body{
text-align: center;

View File

@ -207,10 +207,17 @@
cursor: default;
}
h2{
margin: 0;
margin-top: 0.5rem;
margin-bottom: 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 {
order: 6;