| | |
| | | } |
| | | |
| | | .dynamic-map-popup { |
| | | padding: 32px 30px; |
| | | |
| | | position: absolute; |
| | | right: 100%; |
| | | bottom: 0; |
| | | width: 320px; |
| | | color: #fff; |
| | | background: rgba(255, 0, 0, 0.2); |
| | | font-weight: bold; |
| | | font-style: italic; |
| | | |
| | | .arrow { |
| | | position: absolute; |
| | | right: 0; |
| | | bottom: 0; |
| | | width: 45px; |
| | | height: 2px; |
| | | transform: rotate(45deg); |
| | | background: red; |
| | | transform-origin: right bottom; |
| | | } |
| | | |
| | | .content-wrap { |
| | | position: relative; |
| | | color: #fff; |
| | | background: rgba(255, 0, 0, 0.2); |
| | | |
| | | &::after { |
| | | content: ''; |
| | |
| | | line-height: 28px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .dynamic-event-profile-map-popup { |
| | | padding: 32px 30px; |