diff --git a/front/salix/styles/margin.scss b/front/salix/styles/margin.scss index 8be2d8efe..640bea9ed 100644 --- a/front/salix/styles/margin.scss +++ b/front/salix/styles/margin.scss @@ -84,6 +84,32 @@ html [margin-large-h], .margin-large-h { margin-right: $margin-large; } +/* Huge */ + +html [margin-huge], .margin-huge { + margin: $margin-huge; +} +html [margin-huge-top], .margin-huge-top { + margin-top: $margin-huge; +} +html [margin-huge-left], .margin-huge-left { + margin-left: $margin-huge; +} +html [margin-huge-right], .margin-huge-right { + margin-right: $margin-huge; +} +html [margin-huge-bottom], .margin-huge-bottom { + margin-bottom: $margin-huge; +} +html [margin-huge-v], .margin-huge-v { + margin-top: $margin-huge; + margin-bottom: $margin-huge; +} +html [margin-huge-h], .margin-huge-h { + margin-left: $margin-huge; + margin-right: $margin-huge; +} + /* Minus Small */ diff --git a/front/salix/styles/variables.scss b/front/salix/styles/variables.scss index ea496f4f4..732389fb9 100644 --- a/front/salix/styles/variables.scss +++ b/front/salix/styles/variables.scss @@ -22,6 +22,7 @@ $margin-none: 0; $margin-small: 8px; $margin-medium: 16px; $margin-large: 32px; +$margin-huge: 100px; // Light theme diff --git a/modules/agency/front/index/index.html b/modules/agency/front/index/index.html index 7566deaa8..9849f7051 100644 --- a/modules/agency/front/index/index.html +++ b/modules/agency/front/index/index.html @@ -18,7 +18,7 @@ - + diff --git a/modules/item/front/index/index.html b/modules/item/front/index/index.html index fcdbb6c9d..984de1087 100644 --- a/modules/item/front/index/index.html +++ b/modules/item/front/index/index.html @@ -29,7 +29,7 @@ - + diff --git a/modules/route/front/index/index.html b/modules/route/front/index/index.html index f35988754..15c75a85c 100644 --- a/modules/route/front/index/index.html +++ b/modules/route/front/index/index.html @@ -17,7 +17,7 @@ - + diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html index f43b90f59..a438d9359 100644 --- a/modules/ticket/front/index/index.html +++ b/modules/ticket/front/index/index.html @@ -30,7 +30,7 @@ - +