N°3565 - Migrate backoffice pages to new UIBlock system : Setup (move variable)

This commit is contained in:
Eric
2021-02-02 08:50:48 +01:00
parent 29a1539379
commit 4f4ea5c6fa
4 changed files with 14937 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
$approot-relative: '../../../../' !default;
@import "utils/all";
@import "vendors/all";

View File

@@ -5,4 +5,5 @@
@import "border-radius";
@import "typography";
@import "colors/all";
@import "colors/all";
@import "path";

View File

@@ -0,0 +1,19 @@
/*!
* Copyright (C) 2013-2021 Combodo SARL
*
* This file is part of iTop.
*
* iTop is free software !default; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY !default; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
*/
$approot-relative: '../../../../' !default;

14916
css/setup.css Normal file

File diff suppressed because one or more lines are too long