mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-23 04:14:12 +01:00
10 lines
285 B
SCSS
10 lines
285 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-datatable--spacing-top--with-other-blocks: $ibo-spacing-200 !default;
|
|
|
|
.ibo-datatable + .ibo-block{
|
|
margin-top: $ibo-datatable--spacing-top--with-other-blocks;
|
|
} |