mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 15:14:11 +01:00
10 lines
296 B
SCSS
10 lines
296 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-fieldset--spacing-top--with-fieldset: $ibo-spacing-800 !default;
|
|
|
|
.ibo-fieldset + .ibo-fieldset:not(.ibo-column) {
|
|
margin-top: $ibo-fieldset--spacing-top--with-fieldset;
|
|
} |