Compare commits

...

2 Commits

Author SHA1 Message Date
e483d62f52 filtres /ressources /actualités 2025-03-18 15:05:36 +01:00
c603959592 enleve souligné views-row lastoftype /actualité 2025-03-18 14:32:59 +01:00
3 changed files with 39 additions and 3 deletions

View File

@ -814,7 +814,19 @@ footer {
margin-top: 3rem;
}
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 h2 {
text-transform: uppercase;
font-family: "gilroy-medium";
font-size: 0.7rem;
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 h2::after {
content: " :";
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 label {
text-transform: lowercase;
font-size: 0.7rem;
font-family: "gilroy-light";
}
#logo-animated-container {
width: 60%;
margin-left: 20%;
@ -4133,6 +4145,8 @@ main {
display: flex;
flex-direction: row;
align-items: center;
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:not(:last-of-type) {
border-bottom: solid black 0.5px;
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite {
@ -4334,4 +4348,5 @@ main {
#actualites .layout-content .content_container .views-element-container footer .view-rows-wrapper {
width: 100%;
background-color: #f6f7f3;
padding-top: 2rem;
}

View File

@ -42,7 +42,7 @@
flex-wrap: wrap;
background-color: white;
// margin-left: 20%;
.views-row{
@ -54,7 +54,8 @@
display: flex;
flex-direction: row;
align-items: center;
border-bottom: solid black 0.5px;
&:not(:last-of-type){
border-bottom: solid black 0.5px;}
.node-type-actualite{
width: 85%;
// padding-bottom: 2rem;
@ -280,6 +281,7 @@
footer .view-rows-wrapper{
width: 100%;
background-color: $background-gris;
padding-top: 2rem;
}
}

View File

@ -16,4 +16,23 @@
width: 80%;
margin-top: 3rem;
}
#block-quartiers-de-demain-formulaireexposeactuspage-1{
h2{
text-transform: uppercase;
font-family: "gilroy-medium";
font-size: 0.7rem;
&::after{
content: ' :';
}
}
label{
text-transform: lowercase;
font-size: 0.7rem;
font-family: 'gilroy-light';
}
.form-select #edit-field-type-d-actualite-target-id--2{
}
}
}