devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
15 lines (14 loc) • 493 B
text/less
/**
* DevExtreme (widgets/ios7/slideOutView.ios7.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/
*/
.dx-slideoutview-content {
box-sizing: content-box;
background-color: @IOS7_BACKGROUND;
margin-left: -@IOS7_SLIDEOUTVIEW_BORDER_WIDTH;
border-left: @IOS7_SLIDEOUTVIEW_BORDER_WIDTH solid @IOS7_SLIDEOUTVIEW_BORDER_COLOR;
}