Skip to content

Commit

Permalink
chore(styles): implemented PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
schaertim committed Aug 14, 2024
1 parent 1301d3c commit 848ee14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/styles/src/variables/components/_stepper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ $stepper-indicator-hover-bg: var(--post-contrast-color);

$stepper-indicator-future-bg: color.$gray-60;
$stepper-indicator-future-color: color.$white;
$stepper-indicator-check-icon: url('#{icon-fn.get-colored-svg-url('2105', $stepper-indicator-color)}');
$stepper-indicator-check-icon-size: $stepper-indicator-check-size;

$stepper-link-line-height: type.$line-height-sm;
$stepper-link-gap: spacing.$size-mini;
Expand All @@ -34,6 +36,3 @@ $stepper-link-color: var(--post-gray-60);
$stepper-link-current-color: var(--post-gray-80);
$stepper-link-current-font-weight: type.$font-weight-bold;

// DEPRECATED
$stepper-indicator-check-icon: url('#{icon-fn.get-colored-svg-url('2105', $stepper-indicator-color)}');
$stepper-indicator-check-icon-size: $stepper-indicator-check-size;

0 comments on commit 848ee14

Please sign in to comment.