UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

44 lines (37 loc) 1.07 kB
/** * DevExtreme (widgets/generic/icons.generic.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/ */ @import (once) "../base/icons.less"; .dx-font-icons(); .dx-tab { .dx-icon, &.dx-tab-selected .dx-icon { background-size: 100% 100%; background-position: 50% 50%; } } .dx-scrollview-pulldown { background-image: @SCROLLVIEW_PULLDOWN_PATH; background-position: 0 0; background-repeat: no-repeat; } .dx-loadindicator-image { background-image: @LOADINDICATOR_IMAGE_PATH; background-position: center center; background-repeat: no-repeat; } .dx-loadindicator-image-small { background-image: @LOADINDICATOR_IMAGE_SMALL_PATH; background-position: center center; background-repeat: no-repeat; } .dx-loadindicator-image-large { background-image: @LOADINDICATOR_IMAGE_LARGE_PATH; background-position: center center; background-repeat: no-repeat; }