Skip to content

Commit

Permalink
added 75px spacing variable and applied
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Mar 24, 2023
1 parent 973fc1b commit 69e35e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Library/Modals/modal-loan/modal-loan.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $MODAL_LOAN_CONTAINER_WIDTH: 1000px;
}

.modal-loan__list-materials--bottom-buttons-visible {
padding-bottom: 75px;
padding-bottom: #{$s-75}px;
}

.modal-loan__buttons {
Expand Down
1 change: 1 addition & 0 deletions src/stories/Library/spacing/spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $s-32: 32;
$s-35: 35;
$s-48: 48;
$s-64: 64;
$s-75: 75;
$s-80: 80;
$s-96: 96;
$s-112: 112;
Expand Down

0 comments on commit 69e35e6

Please sign in to comment.