devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
23 lines (20 loc) • 675 B
text/less
/**
* DevExtreme (widgets/generic/slideOutView.generic.less)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@GENERIC_SLIDEOUTVIEW_BORDER_WIDTH: @GENERIC_BASE_BORDER_WIDTH;
.dx-slideoutview-content {
box-sizing: content-box;
margin-left: -@GENERIC_SLIDEOUTVIEW_BORDER_WIDTH;
border-style: solid;
border-width: 0 @GENERIC_SLIDEOUTVIEW_BORDER_WIDTH;
border-color: @slideoutview-content-border-color;
}
.dx-slideoutview-menu-content,
.dx-slideoutview-content {
background-color: @slideoutview-bg;
}