This commit is contained in:
armansansd
2023-01-11 16:04:02 +00:00
parent 83d69628f2
commit 7fc6124cd5
12 changed files with 191 additions and 2 deletions

View File

@@ -280,6 +280,17 @@
}
}
.programme-883{
.views-field{
color: $col-transition !important;
}
.views-field-field-programme{
.field-content{
background: $col-transition ;
}
}
}
}
@@ -653,6 +664,21 @@
}
}
.programme-883{
// background: center / 45% no-repeat url(../images/POPSU_metropoles.svg) white;
img{
width: 45%;
@include breakpoint(small down) {
width: 100%;
}
}
&:hover{
background: $col-transition;
img{
display: none;
}
}
}
}