This commit is contained in:
edenbun
2020-09-13 15:40:42 +01:00
parent 70cf17140b
commit 05c4a2c30c

View File

@@ -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");
}
}