UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

25 lines (21 loc) 536 B
/* SPDX-License-Identifier: Apache-2.0 */ .map-info-contextmenu { --contextmenu-border-width: 1px; --contextmenu-triangle-width: 20px; --contextmenu-triangle-height: 10px; position: absolute; border-radius: 0; border: var(--contextmenu-border-width) solid var(--text-color-grad1); bottom: var(--contextmenu-triangle-height); left: 0; transform: translateX(-50%); .title-container { padding-bottom: 0.5rem; &.no-title { padding-bottom: 0; } span.title { font-weight: bold; } } }