style.less 363 Bytes
@background: rgba(255, 255, 20, 0.8);
.measure-tip {
    position: absolute;
    text-align: left;
    padding: 5px 12px;
    background: @background;
    border-radius: 1px;
    color: black;
    font-weight: 600;
    font-size: 20px;
    white-space: pre-line;
    //box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 1.0);
    z-index: 100;
    pointer-events: none;
}