Fix SCSS mixin to display shado on Map text attribution and coordinates and adds it to the scale control

This commit is contained in:
Jorge Sanz 2024-07-31 16:19:59 +02:00
parent a35f77356b
commit 7f2a698f44
No known key found for this signature in database
GPG key ID: BCC9227EF5907BA8
2 changed files with 3 additions and 5 deletions

View file

@ -8,6 +8,7 @@
border-left: 2px solid $euiTextColor;
border-bottom: 2px solid $euiTextColor;
text-align: right;
@include mapOverlayIsTextOnly;
}
.mapScaleControlFullScreen {

View file

@ -1,8 +1,5 @@
@mixin mapOverlayIsTextOnly {
text-shadow:
0 0 2px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade 0 0 1px $euiColorEmptyShade 0 0 1px $euiColorEmptyShade;
-1px -1px 1px $euiColorEmptyShade,
-1px -1px 1px $euiColorEmptyShade;
}