update cards

This commit is contained in:
Luke Pulverenti 2016-08-12 01:59:45 -04:00
parent c0e29e7542
commit 43a0e6ccea
6 changed files with 32 additions and 13 deletions

View file

@ -1,5 +1,8 @@
.cardBox-round {
border: .7em solid transparent !important;
}
.cardBox-focustransform {
transition: transform 180ms ease-out !important;
-webkit-transform-origin: center center;
transform-origin: center center;
@ -9,11 +12,11 @@
border: .15em solid transparent;
}
.cardImageContainer, .card-round:focus .cardImageContainer {
.cardImageContainer-round, .card-round:focus .cardImageContainer {
border-color: #fff;
}
.layout-tv .card-round:focus .cardBox {
.card-round:focus > .cardBox-focustransform {
transform: scale(1.34, 1.34);
}