This commit is contained in:
armansansd
2023-03-01 12:23:58 +00:00
parent eb4b666d16
commit 9ac8ab8541
10 changed files with 149 additions and 2 deletions

View File

@@ -81,6 +81,11 @@
background: $col-met !important;
}
}
.last-news .programme-878{
.views-field:not(.views-field-field-image){
background: $col-exode !important;
}
}
.last-news{
margin-top: 2rem;
height: auto;
@@ -291,6 +296,17 @@
}
}
.programme-878{
.views-field{
color: $col-exode !important;
}
.views-field-field-programme{
.field-content{
background: $col-exode ;
}
}
}
}
@@ -688,6 +704,21 @@
}
}
}
.programme-878{
// background: center / 45% no-repeat url(../images/POPSU_metropoles.svg) white;
img{
width: 45%;
@include breakpoint(small down) {
width: 100%;
}
}
&:hover{
background: $col-exode;
img{
display: none;
}
}
}
}