/**
* DevExtreme (widgets/ios7/popover.ios7.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) "./popup.ios7.less";

.dx-popover-wrapper {
    .dx-overlay-content {
        background-color: @IOS7_POPUP_BACKGROUND;
    }

    .dx-popover-arrow {
        &:after {
            border: @IOS7_POPUP_BORDER;
            background: @IOS7_POPUP_BACKGROUND;

            .dx-hairlines & {
                border-width: 0.5px;
            }
        }
    }

    &.dx-position-bottom {
        .dx-popover-arrow {
            &:after {
                background: @IOS7_TOOLBAR_BACKGROUND;
            }
        }
    }
}


.dx-popover-without-title {
    .dx-popover-arrow {
        &:after {
            background: @IOS7_POPUP_BACKGROUND;
        }
    }
}
