﻿.measure-tool-button {
	border-radius: 4px;
	height: 32px;
	width: 32px;
	padding: 8px;
}

.measure-tool-button.selected {
	background: var(--indi-white);
	color: var(--indi-primary-colour);
}

.measure-tool-button.selected:hover {
	background: var(--indi-primary-light);
	color: var(--indi-white);
}

.measure-tool-sidebar {
	min-width: 125px;
	max-width: 15%;
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 3px;
	text-align: right;
}

.measure-tool-sidebar .list-item {
	background-color: white;
	border-radius: 5px;
	padding: 7px 14px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}