/**
* DevExtreme (widgets/generic/tooltip.generic.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./popover.generic.less";

.dx-tooltip-wrapper {
    .dx-overlay-content {
        border: 1px solid @tooltip-border-color;
        background-color: @tooltip-bg;
        color: @tooltip-color;
        box-shadow: 0 2px 4px @tooltip-shadow-color;
        border-radius: @tooltip-border-radius;
    }

    &.dx-popover-wrapper .dx-popover-arrow {
        &:after {
            border: 1px solid @tooltip-border-color;
            background: @tooltip-bg;
        }
    }
}
