mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
13 lines
356 B
SCSS
13 lines
356 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
$ibo-field--spacing-top--with-same-block: $ibo-spacing-500 !default;
|
|
|
|
.ibo-field + .ibo-field {
|
|
margin-top: $ibo-field--spacing-top--with-same-block;
|
|
}
|
|
|
|
.form_field + .form_field {
|
|
margin-top: $ibo-field--spacing-top--with-same-block;
|
|
} |