fixed recit icon position on map-popup
This commit is contained in:
parent
fb14d83f6d
commit
9a699929c5
@ -326,6 +326,12 @@ body{
|
|||||||
transform-origin: right bottom;
|
transform-origin: right bottom;
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
|
.popup-content-wrapper{
|
||||||
|
flex-direction:row-reverse;
|
||||||
|
.concernement-map-popup-recit{
|
||||||
|
padding-right: 0.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&[pos="bottom-left"]{
|
&[pos="bottom-left"]{
|
||||||
padding: 2em 2em 0 0;
|
padding: 2em 2em 0 0;
|
||||||
@ -335,6 +341,12 @@ body{
|
|||||||
transform-origin: right top;
|
transform-origin: right top;
|
||||||
transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
||||||
}
|
}
|
||||||
|
.popup-content-wrapper{
|
||||||
|
flex-direction:row-reverse;
|
||||||
|
.concernement-map-popup-recit{
|
||||||
|
padding-right: 0.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user