N°4283 Replace hardcoded spacing values by SCSS spacing variables

This commit is contained in:
Stephen Abello
2021-11-24 17:00:31 +01:00
parent 9dac061b04
commit af653608ef
63 changed files with 279 additions and 257 deletions

View File

@@ -4,7 +4,7 @@
*/
$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--margin-y: $ibo-spacing-0 !default;
.ibo-multi-column {
display: flex;