Skip to content

Commit 7c8ee1d

Browse files
#1: use $space SCSS vars
1 parent a5f114d commit 7c8ee1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/src/_modal.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ $z-modal-dialog: 901 !default;
4141
.modal_dialog {
4242
position: absolute;
4343
z-index: $z-modal-dialog;
44-
right: 15px;
45-
left: 15px;
44+
right: $space-base;
45+
left: $space-base;
4646
border-radius: $radius-base;
4747
background: #FFF;
4848
box-shadow: 0 5px 15px 5px black(0.2);
@@ -83,8 +83,8 @@ $z-modal-dialog: 901 !default;
8383
@media (min-width: 600px) {
8484

8585
.modal_dialog {
86-
right: 25px;
87-
left: 25px;
86+
right: $space-xl;
87+
left: $space-xl;
8888
}
8989

9090
}

0 commit comments

Comments
 (0)