/**
* DevExtreme (widgets/material/dropDownMenu.material.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) "./button.material.less";
@import (once) "./popover.material.less";
@import (once) "./list.material.less";

.dx-dropdownmenu-popup-wrapper {
    .dx-overlay-content {
        box-shadow: @dropdown-widgets-shadow;

        .dx-popup-content {
            padding: 1px;
        }
    }

    .dx-dropdownmenu-list {
        border-radius: 8px;
    }

    .dx-list-item {
        border-top: 0;
    }
}
