/**
* DevExtreme (widgets/base/sortable.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/
*/
.dx-sortable-placeholder {
    border-color: @base-accent;
}

.dx-sortable-dragging > * {
    border-color: fade(@base-accent, 50%);
    box-shadow: 0 1px 3px fade(#000, 10%), 0 6px 8px fade(#000, 20%);
}
