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.
12 lines
758 B
SCSS
12 lines
758 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/**************************************************************************************************************************/
|
|
/* SCSS / CSS3 variables and CSS classes are based on what the compiler generates and will be used across the application */
|
|
/* In case you doubt what to put here, check the "env-xxx/branding/themes/datamodel-compiled-scss-rules.scss" file to */
|
|
/* to see what the compiler generates for XML DM classes. */
|
|
/**************************************************************************************************************************/
|
|
|
|
@import "user"; |