Viewing File: /home/maglabs/exclusive/wp-content/plugins/g5-ere/assets/css/map/mapbox.scss

@import "../../scss/mixin";

$map_pin_color: #cc0000;
.g5ere__cluster {
	display: block;
	background-color: rgba(204, 0, 0, 1);
	background-clip: content-box;
	@include border_radius(50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: 5px solid rgba(184, 122, 122, 0.6);
}

.g5ere__map-popup-wrap {
	z-index: 10;
	&.show {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.mapboxgl-popup-content {
		padding: 0;
	}
}

.g5ere__autocomplete-dropdown {
	position: absolute;
	z-index: 15000;
	display: none;

	&.active,
	&:active,
	&:focus {
		display: block;
	}
}

.g5ere__autocomplete-dropdown.active .g5ere__suggestions-list {
	top: 0;
}

.g5ere__suggestions-list {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 10000;
	border: 1px solid #d0d1d5;
	border-top: none !important;
	border-bottom: none !important;
}

.g5ere__suggestion {
	padding: 8px;
	font-size: 13px;
	color: #423e3e;
	cursor: pointer;
	border-bottom: 1px solid #f9f9f9;
	-webkit-transition: background .2s;
	transition: background .2s;

	i {
		font-size: 18px;
		vertical-align: middle;
		display: inline-block;
		color: $map_pin_color;
	}

	span {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}

	&.active,
	&:focus,
	&:hover {
		background: #f9f9f9;
	}
}

.leaflet-popup-content {
	width: 270px !important;
}

.leaflet-popup {
	margin-bottom: 68px !important;
}

.leaflet-popup-content-wrapper {
	@include box-shadow(none !important);
	background-color: transparent !important;
	padding: 0;
	.leaflet-popup-content {
		margin: 0;
	}
}

.mapboxgl-popup-tip {
	border: none !important;
}

.leaflet-pane {
	.g5ere__pin-wrap {
		&.image {
			img {
				width: 50px;
			}
		}

	}
}

.leaflet-div-icon {
	background-color: transparent;
	border: none;
}

.leaflet-container a {
	color: inherit;
}
Back to Directory File Manager