Skip to content

Commit 69e35e6

Browse files
committed
added 75px spacing variable and applied
1 parent 973fc1b commit 69e35e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/stories/Library/Modals/modal-loan/modal-loan.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $MODAL_LOAN_CONTAINER_WIDTH: 1000px;
3737
}
3838

3939
.modal-loan__list-materials--bottom-buttons-visible {
40-
padding-bottom: 75px;
40+
padding-bottom: #{$s-75}px;
4141
}
4242

4343
.modal-loan__buttons {

src/stories/Library/spacing/spacing.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ $s-32: 32;
77
$s-35: 35;
88
$s-48: 48;
99
$s-64: 64;
10+
$s-75: 75;
1011
$s-80: 80;
1112
$s-96: 96;
1213
$s-112: 112;

0 commit comments

Comments
 (0)