N°2847 - Restore components/layouts SCSS files to keep matching SCSS conventions

This commit is contained in:
Molkobain
2020-12-04 23:03:17 +01:00
parent c46b046254
commit 815b2e1670
54 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
/*!
* copyright Copyright (C) 2010-2020 Combodo SARL
* 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: 0 !default;
.ibo-multi-column {
display: flex;
flex-wrap: wrap;
margin: $ibo-multi-column--margin-y $ibo-multi-column--margin-x;
}