feat(extra-features): A bunch of improvements
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
$input-btn-padding-y: rem-calc(8px);
|
||||
$input-btn-padding-x: rem-calc(16px);
|
||||
$input-btn-padding-y: rem-calc(8px);
|
||||
$input-btn-padding-x: rem-calc(16px);
|
||||
|
||||
$input-btn-padding-y-sm: rem-calc(4px);
|
||||
$input-btn-padding-x-sm: rem-calc(8px);
|
||||
$input-btn-padding-y-sm: rem-calc(4px);
|
||||
$input-btn-padding-x-sm: rem-calc(8px);
|
||||
|
||||
$input-btn-padding-y-lg: rem-calc(14px);
|
||||
$input-btn-padding-x-lg: rem-calc(20px);
|
||||
$input-btn-padding-y-lg: rem-calc(14px);
|
||||
$input-btn-padding-x-lg: rem-calc(20px);
|
||||
|
||||
$input-height: rem-calc(50px);
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
$font-family-sans-serif: "Roboto", -apple-system, blinkmacsystemfont, "Segoe UI",
|
||||
roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif,
|
||||
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
$font-family-sans-serif: "Plus Jakarta Sans", sans-serif;
|
||||
$font-family-base: $font-family-sans-serif;
|
||||
$headings-font-family: $font-family-sans-serif;
|
||||
$font-weight-base: 400;
|
||||
|
||||
$font-size-base: rem-calc(14px);
|
||||
$font-size-lg: $font-size-base * 1.125;
|
||||
|
||||
Reference in New Issue
Block a user