Skip to content

Commit

Permalink
Put static value into a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LE DIOURON Kevin committed Feb 22, 2021
1 parent 778e165 commit 0f3d270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_stepped-process.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

@include media-breakpoint-up(sm) {
.stepped-process-item {
max-width: 3.75rem;
max-width: $stepped-process-item-max-width;
padding: map-get($spacers, 2) 0 map-get($spacers, 2) $spacer;
margin: 0;

Expand Down
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1650,3 +1650,4 @@ $back-to-top-icon-height: subtract(1rem, 1px) !default;
$stepped-process-bar-height: $spacer * 2 !default;
$stepped-process-arrow-width: 1.0625rem !default;
$stepped-process-margin-r: $border-width !default;
$stepped-process-item-max-width: 3.75rem !default;

0 comments on commit 0f3d270

Please sign in to comment.