font mobile ressources

This commit is contained in:
2025-04-07 21:54:26 +02:00
parent 9f69453289
commit 7779e1306e
3 changed files with 98 additions and 7 deletions

View File

@@ -88,6 +88,7 @@
}
h3:has(div.type-Kit-de-communication){
display: none;
margin-bottom: 0;
.field_name{
padding-top: 1rem;
@@ -110,16 +111,27 @@
.views-row{
font-size: 0.5rem;
margin-bottom: 1rem;
@media(max-width: 810px){
font-size: 0.8rem;
}
.views-field-title-1,
.views-field-field-sous-titre-1{
font-family: "gilroy-medium";
color: $blue_QDD;
font-size: 00.6rem;
margin-bottom: 0;
@media(max-width: 810px){
font-size: 1rem;
}
}
.views-field-body-1{
font-family: "gilroy-light";
p{font-size: 0.5rem;}
p{
font-size: 0.5rem;
@media(max-width: 810px){
font-size: 0.8rem;
}
}
}
.views-field-field-mots-clefs{
margin-top: 0.5rem;
@@ -131,9 +143,10 @@
padding: 0.1rem 0.2rem;
font-size: 0.4rem;
font-family: "gilroy-semibold";
color: $blue_QDD;
color: $blue_QDD;
@media(max-width: 810px){
font-size: 0.8rem;
}
}
@@ -194,20 +207,26 @@
margin-top: 1rem;
@media(max-width: 810px){
width: 100%;
grid-template-columns: 1fr 2fr;
// grid-template-columns: 1fr 2fr;
display: flex;
flex-direction: column;
}
.views-field-field-images,
.views-field-field-video {
grid-column: 1;
grid-row: 1 /span 5;
padding: 0 1rem 1rem 1rem;
@media(max-width: 810px){
padding: 0 0 1rem 0;
}
iframe{
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
border-radius: 9px;
@media(max-width: 810px){
// width: 70%;
width: auto;
height: 100%;
}
}
img{
@@ -233,6 +252,9 @@
grid-column: 2;
}
.views-field-field-liens{
display: none;
}
}
@@ -255,10 +277,14 @@
border-radius: 9px;
}
.views-field-title-1{margin-top: 1rem;}
.views-field-field-liens{
display: none;
}
}
}
&.type-Kit-de-communication{
display: none;
width: 100%;
background-color: $blue_QDD;
}

View File

@@ -100,6 +100,7 @@
width: 100%;
}
}
}
.js-form-type-textfield{
label{
@@ -134,3 +135,14 @@
}
}
}
.ss-search,
.ss-option,
.ss-list{
font-size: 0.7rem;
}
.js-form-item-field-tous-les-sites-value{
display: none !important;
}