css
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
.view-filters{
|
||||
position: sticky;
|
||||
align-self: start;
|
||||
top: 13rem;
|
||||
top: 9rem;
|
||||
left: 0;
|
||||
background-color: $white;
|
||||
margin-top: 2rem;
|
||||
@@ -127,6 +127,7 @@
|
||||
padding: 1rem;
|
||||
padding-left: 2rem;
|
||||
padding-right: 3rem;
|
||||
z-index: 1;
|
||||
|
||||
@media (max-width: 810px) {
|
||||
position: static;
|
||||
@@ -161,7 +162,7 @@
|
||||
margin-bottom: 1rem;
|
||||
padding: 0.5rem;
|
||||
align-items: baseline;
|
||||
border: solid black 0.5px ;
|
||||
border: solid black 0.5px ;
|
||||
|
||||
|
||||
@media(max-width: 810px){
|
||||
@@ -208,7 +209,6 @@
|
||||
text-transform: lowercase;
|
||||
padding-bottom: 0.2rem;
|
||||
flex: 2 1 auto;
|
||||
|
||||
}
|
||||
|
||||
input{
|
||||
@@ -271,7 +271,23 @@
|
||||
width: 100%;
|
||||
.view-type-ressource-slide:not(footer){
|
||||
width: 100%;
|
||||
padding-top: 1rem;
|
||||
// padding-top: 1rem;
|
||||
position: relative;
|
||||
// overflow: hidden;
|
||||
z-index: 0;
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: -30%;
|
||||
height: 100%;
|
||||
width: 110vw;
|
||||
// background-color: $background-actus;
|
||||
z-index: 0;
|
||||
}
|
||||
> * {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
h3{
|
||||
text-transform: uppercase;
|
||||
a{color: rgb(9, 57, 139) !important;}
|
||||
@@ -323,7 +339,7 @@
|
||||
svg.ext{
|
||||
display: none;
|
||||
}
|
||||
&.type-de-ressource-Publication-issue-du-programme-EQLD{
|
||||
&.type-productions-du-programme-engages-pour-la-qualite-du-logement-de-demain{
|
||||
// background-color: $background-actus;
|
||||
.wrapper-ressource{
|
||||
display: grid;
|
||||
@@ -332,6 +348,9 @@
|
||||
.field--name-field-type-de-ressource{
|
||||
order: 1;
|
||||
grid-row: 1;
|
||||
}
|
||||
.field--name-field-type-de-media{
|
||||
|
||||
}
|
||||
.field--name-field-images{
|
||||
order: 2;
|
||||
@@ -372,7 +391,8 @@
|
||||
}
|
||||
.wrapper-ressource{
|
||||
|
||||
.field--name-field-type-de-ressource{
|
||||
.field--name-field-type-de-ressource,
|
||||
.field--name-field-type-de-media{
|
||||
grid-column: 1;
|
||||
text-transform: uppercase;
|
||||
line-height: 1.1rem;
|
||||
@@ -509,8 +529,9 @@
|
||||
|
||||
}
|
||||
|
||||
.view-type-ressource-slide:has(.type-publication-issue-du-programme-eqld){
|
||||
background-color: $background-actus;
|
||||
.view-type-ressource-slide:has(.type-productions-du-programme-engages-pour-la-qualite-du-logement-de-demain){
|
||||
&::before{
|
||||
background-color: $background-actus;}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user