mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
13 lines
473 B
SCSS
13 lines
473 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-multi-column--margin-x: -16px !default; /* This is to compensate columns padding and make the whole multicolumn align with the parent borders (cf. Bootstrap rows / cols) */
|
|
$ibo-multi-column--margin-y: $ibo-spacing-0 !default;
|
|
|
|
.ibo-multi-column {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: $ibo-multi-column--margin-y $ibo-multi-column--margin-x;
|
|
} |