update image editor

This commit is contained in:
Luke Pulverenti 2016-08-30 13:39:15 -04:00
parent 32434416d7
commit d5577ab04d
9 changed files with 130 additions and 67 deletions

View file

@ -71,13 +71,16 @@
.cardBox-focustransform {
will-change: transform;
/*transition: transform 200ms ease-out;*/
}
/*.card:focus > .cardBox-focustransform {
transition-delay: 50ms;
.cardBox-focustransform-transition {
will-change: transform;
transition: transform 200ms ease-out;
}
.card-focusscale:focus > .cardBox-focustransform {
transform: scale(1.16, 1.16);
}*/
}
@media all and (min-width: 600px) {
@ -327,10 +330,6 @@
width: 50%;
}
.midBackdropCard-scalable {
width: 100%;
}
.squareCard-scalable {
width: 50%;
}
@ -358,10 +357,6 @@
.backdropCard-scalable {
width: 50%;
}
.midBackdropCard-scalable {
width: 50%;
}
}
@media all and (min-width: 500px) {
@ -392,10 +387,6 @@
.overflowSquareCard-scalable {
width: 30%;
}
.midBackdropCard-scalable {
width: 33.333333333333333333333333333333%;
}
}
@media all and (min-width: 700px) {
@ -431,10 +422,6 @@
.squareCard-scalable {
width: 20%;
}
.midBackdropCard-scalable {
width: 25%;
}
}
@media all and (min-width: 1000px) {
@ -478,10 +465,6 @@
.smallBackdropCard-scalable {
width: 16.666666666666666666666666666667%;
}
.midBackdropCard-scalable {
width: 20%;
}
}