devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
18 lines (16 loc) • 573 B
text/less
/**
* DevExtreme (widgets/generic/loadPanel.generic.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/
*/
@import (once) "./loadIndicator.generic.less";
@import (once) "./overlay.generic.less";
.dx-loadpanel-content {
border: 1px solid @loadpanel-border-color;
background: @loadpanel-content-bg;
border-radius: @loadpanel-content-border-radius;
box-shadow: 0 6px 12px @loadpanel-content-shadow-color;
}