mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
* Add new section in the backoffice SCSS structure for PHP classes of the DM that are in the core (not a module) and can't be styled via XML.
18 lines
396 B
SCSS
18 lines
396 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
@import "utils/all";
|
|
@import "vendors/all";
|
|
@import "base/all";
|
|
@import "components/all";
|
|
@import "layout/all";
|
|
@import "application/all";
|
|
@import "datamodel/all";
|
|
@import "pages/all";
|
|
@import "blocks-integrations/all";
|
|
@import "themes/all";
|
|
@import "fallback";
|
|
@import "shame";
|