view actus

This commit is contained in:
2024-06-20 12:41:34 +02:00
parent d33f29aea3
commit b1ff433222
12 changed files with 407 additions and 66 deletions
@@ -74,20 +74,34 @@ header{
display: flex;
flex-direction: row;
justify-content: space-evenly;
@media (max-width:1400px) {
flex-direction: column;
}
a{
font-weight: 800;
&.is-active{
li{
&.has-active {
text-decoration: underline;
font-weight: 1000;
}
&:hover{
text-decoration: underline;
a{
font-weight: 800;
&.is-active{
text-decoration: underline;
font-weight: 1000;
}
&:hover{
text-decoration: underline;
}
}
}
}
// ul > li a.active{
// text-decoration: underline;
// font-weight: 1000;
// }
}
#block-reha-connexionutilisateur{
@@ -72,7 +72,7 @@ $slick-opacity-not-active: 0.25 !default;
cursor: pointer;
background: transparent;
color: transparent;
top: 25%;
top: 20%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);