From 05c4a2c30c0a9af139c4769f10f35e77376189b3 Mon Sep 17 00:00:00 2001 From: edenbun Date: Sun, 13 Sep 2020 15:40:42 +0100 Subject: [PATCH] Cleanup --- src/scss/modules/_modal.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/scss/modules/_modal.scss b/src/scss/modules/_modal.scss index 1ff9a1f8..ae7d40b8 100644 --- a/src/scss/modules/_modal.scss +++ b/src/scss/modules/_modal.scss @@ -20,7 +20,6 @@ } } - .modalLink { color: #5352ed; cursor: pointer; @@ -94,8 +93,8 @@ } .modal-animation { - -webkit-animation: zoom-in 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; - animation: zoom-in 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; + -webkit-animation: zoom-in 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; + animation: zoom-in 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } .ReactModal__Content { @@ -113,7 +112,7 @@ } } -@media only screen and (min-height: 700px){ +@media only screen and (min-height: 700px) { .ReactModal__Content { min-height: 600px; } @@ -141,8 +140,8 @@ } .zoom-out { - -webkit-animation: zoom-out 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; - animation: zoom-out 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; + -webkit-animation: zoom-out 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; + animation: zoom-out 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } @-webkit-keyframes zoom-out { @@ -197,4 +196,4 @@ background: #34495e; border-top-right-radius: map-get($modal, "border-radius"); border-bottom-right-radius: map-get($modal, "border-radius"); -} \ No newline at end of file +}