[develop]: Change mangins and paddings variables to be multiplied by 8.

This commit is contained in:
Konstantinos Triantafyllou 2023-12-12 10:14:34 +02:00
parent 2e308b3366
commit 821f1e658b
1 changed files with 13 additions and 3 deletions

View File

@ -46,9 +46,19 @@
@global-xlarge-box-shadow: -20px -20px 25px rgba(0, 0, 0, 0.02), 20px 20px 25px rgba(0, 0, 0, 0.08); @global-xlarge-box-shadow: -20px -20px 25px rgba(0, 0, 0, 0.02), 20px 20px 25px rgba(0, 0, 0, 0.08);
/* Spacings */ /* Spacings */
@global-small-gutter: 20px; @global-xsmall-gutter: 8px;
@global-xsmall-gutter: 10px; @global-small-gutter: 16px;
@global-xsmall-margin: 5px; @global-gutter: 32px;
@global-medium-gutter: 40px;
@global-large-gutter: 72px;
@global-xsmall-margin: 4px;
@global-small-margin: 8px;
@global-margin: 16px;
@global-medium-margin: 40px;
@global-large-margin: 72px;
@global-xlarge-margin: 144px;
/* Controls */ /* Controls */
@global-control-small-height: 30px; @global-control-small-height: 30px;