Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 4a736e0

Browse files
author
samsep
committed
remove comments
1 parent ac5fb46 commit 4a736e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/styles/modal.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ modal {
55
@include display(flex);
66
@include justify-content(center);
77
@include flex-wrap(wrap);
8-
// @include transform(scale(0));
9-
@include transition (top 0.2s ease-in-out);
8+
@include transition (all 0.2s ease-in-out);
109

1110
position : fixed;
1211
top : 100vh;
@@ -17,7 +16,6 @@ modal {
1716
opacity : 0;
1817

1918
&.show {
20-
// @include transform(scale(1));
2119
top: 0;
2220
opacity: 1;
2321
}
@@ -35,4 +33,3 @@ modal {
3533
}
3634
}
3735
}
38-

0 commit comments

Comments
 (0)