mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
- Add JS widget to handle front-end logic and for better encapsulation - Move SCSS files to match convention - Update SCSS files - Remove unused SCSS file - Move HTML templates to match convention - Remove unused HTML template - Renamed codes and folders to match convention - Update PHPDoc - Reformat code - Remove usage of return type hinting when using "self"
23 lines
518 B
SCSS
23 lines
518 B
SCSS
/*!
|
|
* copyright Copyright (C) 2010-2020 Combodo SARL
|
|
* license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
@import "alert";
|
|
@import "button";
|
|
@import "breadcrumbs";
|
|
@import "quick-create";
|
|
@import "global-search";
|
|
@import "panel";
|
|
@import "popover-menu/popover-menu";
|
|
@import "popover-menu/popover-menu-item";
|
|
@import "newsroom-menu";
|
|
|
|
@import "tab-container/tab-container";
|
|
@import "tab-container/tab";
|
|
@import "title";
|
|
@import "form";
|
|
@import "input";
|
|
@import "fieldset";
|
|
@import "field";
|
|
@import "toolbar"; |