fixed puissance agir mouse hover map items
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user