/**
* DevExtreme (widgets/generic/slideOutView.generic.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-slideoutview-styling() {
    .dx-slideoutview-menu-content,
    .dx-slideoutview-content {
        background-color: @slideoutview-bg;
    }

    .dx-slideoutview-content {
        border-color: @slideoutview-content-border-color;
    }
}

@GENERIC_SLIDEOUTVIEW_BORDER_WIDTH: @GENERIC_BASE_BORDER_WIDTH;

.dx-slideout-sizing() {
    .dx-slideoutview-content {
        box-sizing: content-box;
        margin-left: -@GENERIC_SLIDEOUTVIEW_BORDER_WIDTH;
        border-style: solid;
        border-width: 0 @GENERIC_SLIDEOUTVIEW_BORDER_WIDTH;
    }
}

.dx-slideout-sizing();
.dx-slideoutview-styling();
