@use 'sass:math';
@import '~@gisatcz/ptr-core/lib/styles/_variables';

.ptr-MapScale {
	position: absolute;
	z-index: 998;
	bottom: m(math.div(1, 3));
	left: m(math.div(1, 3));
}

.ptr-MapScale-content {
	border: 2px solid var(--base60);
	border-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--base0rgb), 0.6);
}

.ptr-MapScale-content > span {
	color: var(--base80);
	font-size: $b1;
	line-height: 1.3;
}
