@import "../global/globalCssVariables.scss"; input.lm_title:focus, input.lm_title { max-width: unset !important; outline: none; transition-delay: unset; width: max-content; cursor: text; } input.lm_title { transition-delay: 0.35s; width: max-content; cursor: pointer; } .lm_iconWrap { display: flex; color: black; width: 15px; height: 15px; align-items: center; align-self: center; justify-content: center; margin: 3px; border-radius: 20%; .moreInfoDot { background-color: white; border-radius: 100%; width: 3px; height: 3px; margin: 0.5px; } } .ffMenu { display: grid; grid-auto-rows: 35px; grid-auto-columns: auto auto auto auto auto; right: 10px; bottom: 50px; position: absolute; min-height: 35px; height: max-content; border: solid 2px black; border-radius: 5px; background-color: #bddbe6; width: max-content; min-width: 35px; .ffMenuButton { display: flex; width: 35px; height: 35px; align-items: center; justify-content: center; } } .miniMap { position: absolute; overflow: hidden; right: 15; bottom: 15; border: solid 1px; width: 100%; height: 100%; transition: all 0.5s; .miniOverlay { width: 100%; height: 100%; position: absolute; .miniThumb { background: #25252525; position: absolute; } } } .miniMap-hidden { cursor: pointer; position: absolute; bottom: 5; display: flex; right: 5; width: 25px; height: 25px; border-radius: 3px; padding: 2px; justify-content: center; align-items: center; align-content: center; background-color: $light-gray; &:hover { box-shadow: none; } }