Template:Infobox Growing Region/styles.css
Template page
More actions
.lw-infobox__map-container {
position: relative;
padding: 0 !important;
}
.lw-infobox__map {
height: 180px;
width: 100%;
}
.lw-infobox__map-expand {
position: absolute;
top: 8px;
right: 8px;
width: 28px;
height: 28px;
background: #fff;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 16px;
color: #495057;
z-index: 1000;
transition: background 0.2s, color 0.2s;
}
.lw-infobox__map-expand:hover {
background: #2d6a4f;
color: #fff;
}
/* Fullscreen map */
.lw-infobox__map--fullscreen {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
z-index: 9999 !important;
border-radius: 0 !important;
}
.lw-infobox__map--fullscreen + .lw-infobox__map-expand {
position: fixed;
top: 16px;
right: 16px;
z-index: 10000;
}