devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
52 lines (46 loc) • 1.09 kB
text/less
/**
* DevExtreme (widgets/common/actionSheet.less)
* Version: 20.1.4
* Build date: Tue Jun 02 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-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;
}
}