mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
N°3816 - Migrate module to new UIBlock system : Bulk Event Management
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
@import "display-block/all";
|
||||
@import "field/all";
|
||||
@import "fieldset/all";
|
||||
@import "form/all";
|
||||
@import "input/all";
|
||||
@import "panel/all";
|
||||
@import "pill/all";
|
||||
|
||||
6
css/backoffice/blocks-integrations/form/_all.scss
Normal file
6
css/backoffice/blocks-integrations/form/_all.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
@import "form-with-form";
|
||||
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
$ibo-form--sibling-spacing: $ibo-spacing-600 !default;
|
||||
|
||||
.ibo-form + .ibo-form {
|
||||
margin-top: $ibo-form--sibling-spacing;
|
||||
}
|
||||
Reference in New Issue
Block a user