Compare commits

..

No commits in common. "e483d62f52dff3752bb3cb5ae65e35e195d62b5c" and "563a43941beec9eabe1e921d0ad526270b290a0d" have entirely different histories.

3 changed files with 3 additions and 39 deletions

View File

@ -814,19 +814,7 @@ 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%;
@ -4145,8 +4133,6 @@ 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 {
@ -4348,5 +4334,4 @@ 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,8 +54,7 @@
display: flex;
flex-direction: row;
align-items: center;
&:not(:last-of-type){
border-bottom: solid black 0.5px;}
border-bottom: solid black 0.5px;
.node-type-actualite{
width: 85%;
// padding-bottom: 2rem;
@ -281,7 +280,6 @@
footer .view-rows-wrapper{
width: 100%;
background-color: $background-gris;
padding-top: 2rem;
}
}

View File

@ -16,23 +16,4 @@
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{
}
}
}