Skip to content

Commit

Permalink
fix: remove misplaced vars (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB authored Apr 2, 2024
1 parent cb3134e commit 395c7f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions composed-variables/composed-variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@
/* Form */
--sbb-size-form-element-m-min-height: var(--sbb-size-form-element-m-min-height-medium);
--sbb-size-form-element-l-min-height: var(--sbb-size-form-element-l-min-height-medium);

/* Header */
--sbb-header-height: var(--sbb-spacing-fixed-24x);

/* Time Input */
--sbb-time-input-max-width: #{functions.px-to-rem-build(65)};
}

/**
Expand Down

0 comments on commit 395c7f5

Please sign in to comment.