fixed puissance agir mouse hover map items

This commit is contained in:
2023-07-06 21:39:25 +02:00
parent 04eb79af8b
commit 19e61bbcd7
2 changed files with 43 additions and 11 deletions

View File

@@ -219,10 +219,6 @@ body{
padding-right: 0.2em;
}
label.mdi:hover:before,
label.mdi.hover:before{
color:#01ffe2;
}
svg.open-btn{
position: absolute;
right:0; top:0;
@@ -233,6 +229,14 @@ body{
>label{
padding:0.3em 0 0.5em 0;
cursor: pointer;
svg{
width:0.7em; height:0.7em;
}
&.hover{
svg{
color:#01ffe2;
}
}
}
h4.besoin-description{
font-weight: 400;
@@ -251,6 +255,14 @@ body{
}
>label{
padding:0 0 0.5em 0;
svg{
width:0.7em;height:0.7em;
}
&.hover{
svg{
color:#01ffe2;
}
}
}
section{
&:not(:last-of-type){