UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

23 lines (20 loc) 681 B
/** * DevExtreme (widgets/material/slideOutView.material.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/ */ @MATERIAL_SLIDEOUTVIEW_BORDER_WIDTH: @MATERIAL_BASE_BORDER_WIDTH; .dx-slideoutview-content { box-sizing: content-box; margin-left: -@MATERIAL_SLIDEOUTVIEW_BORDER_WIDTH; border-style: solid; border-width: 0 @MATERIAL_SLIDEOUTVIEW_BORDER_WIDTH; border-color: @slideoutview-content-border-color; } .dx-slideoutview-menu-content, .dx-slideoutview-content { background-color: @slideoutview-bg; }