|
|
@@ -283,6 +283,10 @@
|
|
|
// background-color: @map-popup-bg;
|
|
|
// }
|
|
|
|
|
|
+ &-close-button {
|
|
|
+ font-size: 30px;
|
|
|
+ }
|
|
|
+
|
|
|
&-anchor-bottom &-tip {
|
|
|
border-top-color: @map-popup-bg;
|
|
|
}
|
|
|
@@ -291,6 +295,7 @@
|
|
|
// margin: 13px 20px;
|
|
|
// min-width: 300px;
|
|
|
background-color: @map-popup-bg;
|
|
|
+ backdrop-filter: blur(4px);
|
|
|
box-shadow: 0 0 10px #00000088;
|
|
|
// &__popup {
|
|
|
// }
|