| | |
| | | @use './container.scss'as *; |
| | | @use './container.scss'as *; |
| | | |
| | | .public-map-popup { |
| | | position: absolute; |
| | | left: 0; |
| | | top: 0; |
| | | pointer-events: all; |
| | | display: block; |
| | | transform-origin: left bottom; |
| | | z-index: auto; |
| | | |
| | | .marsBlueGradientPnl { |
| | | text-align: center; |
| | | padding: 5px 30px; |
| | | margin: 0; |
| | | color: #fff; |
| | | background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220)); |
| | | -webkit-border-radius: 5px; |
| | | -moz-border-radius: 5px; |
| | | border-radius: 5px; |
| | | max-height: 130px; |
| | | -webkit-user-select: none; |
| | | -moz-user-select: none; |
| | | -ms-user-select: none; |
| | | user-select: none; |
| | | white-space: nowrap; |
| | | |
| | | &::after { |
| | | content: ""; |
| | | position: absolute; |
| | | bottom: -60px; |
| | | left: calc(50% - 3px); |
| | | display: block; |
| | | width: 3px; |
| | | height: 60px; |
| | | border-right: 3px solid #2bcdbb; |
| | | } |
| | | } |
| | | } |