removed gf-form-margin variable and replaced with space- variables where it was used

This commit is contained in:
ijin08
2019-03-12 12:30:34 +01:00
parent 1432fdd102
commit 7a15528223
10 changed files with 19 additions and 18 deletions

View File

@@ -20,6 +20,7 @@ $enable-hover-media-query: false !default;
// Control the default styling of most Bootstrap elements by modifying these
// variables. Mostly focused on spacing.
$space-xxs: 2px !default;
$space-xs: 4px !default;
$space-sm: 8px !default;
$space-md: 16px !default;
@@ -167,7 +168,6 @@ $input-padding-y-lg: 10px !default;
$input-height: 35px !default;
$gf-form-margin: 3px;
$gf-form-input-height: 35px;
$cursor-disabled: not-allowed !default;