update cards
This commit is contained in:
parent
c0e29e7542
commit
43a0e6ccea
6 changed files with 32 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue