Skip to content

Commit

Permalink
Add form color vars
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna authored Jul 29, 2024
1 parent 5975064 commit 2a0b115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/sass/protocol/includes/forms/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
// colors
$form-red: #d70022;
$form-text: $body-text-color-secondary;
$form-inactive: $color-marketing-gray-70;

// fields
$field-border-color: $color-marketing-gray-50;
$field-border-color-hover: $color-link-hover;
$field-border-color-focus: $color-link;
$field-border-color-error: $form-red;
$field-border-color-error-hover: $color-red-80;
$field-border-color-disabled: $color-marketing-gray-30;
$field-border-color-disabled-focus: $color-marketing-gray-80;
$field-border: 2px solid $field-border-color;
$field-min-width: $content-xs - ($layout-xs * 2);
$field-border-radius: $border-radius-sm;
Expand Down

0 comments on commit 2a0b115

Please sign in to comment.