@use '../../../../components/atoms/glass/mixins' as *;

.hoverInfo {
  @include glassBackground;

  position: absolute;
  z-index: 10;
  max-width: 480px;
  border-radius: 5px;
}

Neighbours