Backend for Custom Frontend OSPRO Surveyor Indonesia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
889 B

@import '../../style/variables.less';
.react-geo-measure-tooltip {
position: relative;
background: @measure-dynamic-tooltip-background-color;
border-radius: 4px;
color: white;
padding: 4px 8px;
opacity: 0.7;
white-space: nowrap;
}
.react-geo-measure-tooltip-dynamic {
opacity: 1;
font-weight: bold;
}
.react-geo-measure-tooltip-static {
background-color: @measure-static-tooltip-background-color;
color: black;
border: 1px solid white;
}
.react-geo-measure-tooltip-dynamic:before,
.react-geo-measure-tooltip-static:before {
border-top: 6px solid @measure-dynamic-tooltip-background-color;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
content: "";
position: absolute;
bottom: -6px;
margin-left: -7px;
left: 50%;
}
.react-geo-measure-tooltip-static:before {
border-top-color: @measure-static-tooltip-background-color;
}