Compare commits
2 Commits
563a43941b
...
e483d62f52
Author | SHA1 | Date | |
---|---|---|---|
e483d62f52 | |||
c603959592 |
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user