/**
* DevExtreme (widgets/common/actionSheet.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.less";
@import (once) "./popup.less";
@import (once) "./popover.less";

.dx-actionsheet-popup-wrapper {
    .dx-overlay-content {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-user-drag: none;
    }
}

.dx-actionsheet-popup-wrapper,
.dx-actionsheet-popover-wrapper {
    .dx-popup-content {
        .dx-button {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }
    }
}

.dx-actionsheet-item,
.dx-actionsheet-cancel {
    width: 100%;
}

.dx-state-disabled,
&.dx-state-disabled {
    .dx-actionsheet-container {
        .dx-button {
            .dx-button-disabled;
        }
    }
}

// stylelint-disable-next-line no-duplicate-selectors
.dx-actionsheet-popup-wrapper,
.dx-actionsheet-popover-wrapper {
    .dx-popup-title {
        word-wrap: break-word;
    }
}
