ajust css ressources & actus

This commit is contained in:
2025-03-20 10:44:18 +01:00
parent e483d62f52
commit b328796282
5 changed files with 98 additions and 16 deletions

View File

@@ -215,7 +215,7 @@
.field_body {
order: 6;
padding-bottom: 2rem;
// padding-bottom: 2rem;
opacity: 1 !important;
transform:none !important;
font-family: 'gilroy-light';
@@ -232,12 +232,15 @@
display: flex;
flex-direction: row;
padding-left: 0.5rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
display: inline-flex;
align-items: center;
color: white;
background: black;
text-transform: uppercase;
font-size: 0.6rem;
margin-bottom: 0.5rem;
svg{
display: none;
}

View File

@@ -31,7 +31,7 @@
}
.views-element-container{
margin-left: 15%;
width: 65%;
width: 60%;
h3{
&::before{
content:"";
@@ -97,15 +97,22 @@
// width: 30%;
font-size: 0.5rem;
margin-bottom: 1rem;
h2{
font-family: "gilroy-semibold";
h2,
.field_field_sous_titre{
font-family: "gilroy-medium";
color: $blue_QDD;
font-size: 00.6rem;
margin-bottom: 0;
}
.field_body{
font-family: "gilroy-light";
}
p{
font-size: 0.5rem;
}
.field_field_mots_clefs{
margin-top: 0.5rem;
div{
display: flex;
flex-direction: row !important;
@@ -125,12 +132,11 @@
}
.field_field_site{
margin-top: 0.5rem;
div {
a {
position: relative;
padding-left: 20px; // Ajuster selon la taille de l'icône
&:before {
content: "";
position: absolute;
@@ -143,13 +149,19 @@
background-size: contain;
background-repeat: no-repeat;
}
color: $red_QDD;
font-family: "gilroy-semibold";
}
}
}
.field_field_liens{
margin-top: 0.5rem;
}
.field_field_documents{
margin-top: 0.5rem;
}
.type-documentation{
.field_body,

View File

@@ -1,5 +1,5 @@
.layout-sidebar-first{
width: 25%;
width: 20%;
// display: flex;
position: fixed;
// left: 3%;
@@ -34,5 +34,30 @@
}
.form-select #edit-field-type-d-actualite-target-id--2{
}
input #edit-submit-actus--2{
}
}
#block-quartiers-de-demain-formulaireexposeressourcespage-1{
h2{
text-transform: uppercase;
font-family: "gilroy-medium";
font-size: 0.7rem;
&::after{
content: ' :';
}
}
label{
text-transform: lowercase;
font-size: 0.6rem;
font-family: 'gilroy-light';
}
.form-select#edit-field-mots-clefs-target-id--2{
max-width: 100%;
}
}
}

View File

@@ -212,7 +212,7 @@
.field_body {
order: 6;
padding-bottom: 1rem;
// padding-bottom: 1rem;
opacity: 1 !important;
transform:none !important;
font-family: 'gilroy-light';
@@ -229,12 +229,16 @@
display: flex;
flex-direction: row;
padding-left: 0.5rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
display: inline-flex;
align-items: center;
color: white;
background: black;
text-transform: uppercase;
font-size: 0.6rem;
margin-bottom: 0.5rem;
svg{
display: none;
}