mirror of
https://github.com/mue/mue.git
synced 2026-07-14 04:24:01 +02:00
Cleanup
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user