UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

23 lines (20 loc) 613 B
/** * DevExtreme (widgets/material/loadPanel.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/ */ @import (once) "./loadIndicator.material.less"; @import (once) "./overlay.material.less"; .dx-loadpanel-content { border: 1px solid @loadpanel-border-color; background: @loadpanel-content-bg; padding: 13px; border-radius: 50%; box-shadow: 0 6px 12px @loadpanel-content-shadow-color; } .dx-loadpanel-message { display: none; }