UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

33 lines (28 loc) 872 B
/** * DevExtreme (widgets/material/slideOutView.material.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; } } @MATERIAL_SLIDEOUTVIEW_BORDER_WIDTH: @MATERIAL_BASE_BORDER_WIDTH; .dx-slideout-sizing() { .dx-slideoutview-content { box-sizing: content-box; margin-left: -@MATERIAL_SLIDEOUTVIEW_BORDER_WIDTH; border-style: solid; border-width: 0 @MATERIAL_SLIDEOUTVIEW_BORDER_WIDTH; } } .dx-slideout-sizing(); .dx-slideoutview-styling();