Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shruti862 committed Jan 12, 2025
1 parent af9ffba commit f885e74
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/keen/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $font-stack: inherit;
$base-font-size: 100% !default; // typically 16px in most browsers

// Brand colors
$brand-primary-color: $md-blue !default;
$brand-accent-color: $md-purple-a400 !default;

// Primary text color
Expand All @@ -33,9 +32,8 @@ $ui-input-height: rem(32px) !default;
$ui-input-margin-bottom: rem(16px) !default;

// Input label
$ui-input-label-color: $secondary-text-color !default;

$ui-input-label-color--hover: black !default;
$ui-input-label-color--active: $brand-primary-color !default;
$ui-input-label-color--invalid: $md-red-800 !default;
$ui-input-label-font-size: rem(15px) !default;
$ui-input-label-line-height: normal !default;
Expand All @@ -49,17 +47,13 @@ $ui-input-text-color--disabled: $disabled-text-color !default;
$ui-input-text-color--invalid: $md-red !default;

// Input border
$ui-input-border-color: $secondary-text-color !default;
$ui-input-border-color--hover: black !default;
$ui-input-border-color--active: $brand-primary-color !default;
$ui-input-border-color--invalid: $md-red !default;
$ui-input-border-width: 1px !default;
$ui-input-border-width--active: 1.5px !default;
$ui-input-border-style--disabled: dotted !default;

// Input icons
$ui-input-icon-color: $secondary-text-color !default;
$ui-input-icon-color--active: $brand-primary-color !default;
$ui-input-icon-opacity--disabled: 0.6 !default;
$ui-input-icon-margin-right: rem(12px) !default;
$ui-input-icon-margin-top: rem(4px) !default;
Expand Down

0 comments on commit f885e74

Please sign in to comment.