UNPKG

qwc2

Version:
83 lines (74 loc) 1.7 kB
div.plugins-container { position: absolute; left: 0; top: 0; right: 0; bottom: 0; } div.map-container { position: absolute; } div.app-infos-container { position: absolute; pointer-events: none; display: flex; flex-direction: column; align-items: flex-start; align-content: flex-start; justify-content: flex-start; flex-wrap: wrap-reverse; z-index: 2; overflow: hidden; padding: 1em 1em 2.5em 1em; row-gap: 0.25em; } div.map-bottom-tool-container { z-index: 3; position: absolute; pointer-events: none; display: flex; justify-content: center; align-items: flex-end; } div.map-bottom-tool-container > div { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: -1px; pointer-events: initial; padding: 0.25em 0.5em; gap: 1em; background-color: var(--container-bg-color); box-shadow: 0px -2px 4px rgba(136, 136, 136, 0.5); } div.app-info { z-index: 1; color: var(--panel-text-color); background-color: var(--panel-bg-color); box-shadow: 0 0 4px rgba(136, 136, 136, 0.5); padding: 0.25em 0em 0.125em 0em; display: flex; } div.app-info > span { flex: 0 0 auto; padding: 0 0.25em; } div.map-buttons-container { position: absolute; pointer-events: none; display: flex; flex-direction: column-reverse; align-items: flex-start; align-content: flex-start; justify-content: flex-start; flex-wrap: wrap-reverse; z-index: 2; overflow: hidden; padding: 2em 1em 2.5em 1em; } div.map-buttons-spacer { display: inline-block; width: 1em; max-height: 4em; flex: 1 1 auto; }