mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
13 lines
367 B
SCSS
13 lines
367 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
$ibo-field--spacing-top--with-same-block: $ibo-spacing-500 !default;
|
|
|
|
.ibo-field + .ibo-field:not(:empty) {
|
|
margin-top: $ibo-field--spacing-top--with-same-block;
|
|
}
|
|
|
|
.form_field + .form_field {
|
|
margin-top: $ibo-field--spacing-top--with-same-block;
|
|
} |