update cards
This commit is contained in:
parent
c0e29e7542
commit
43a0e6ccea
6 changed files with 32 additions and 13 deletions
|
@ -37,13 +37,9 @@
|
|||
}
|
||||
|
||||
.vertical-wrap .card {
|
||||
contain: strict;
|
||||
contain: layout style;
|
||||
}
|
||||
|
||||
.layout-tv .vertical-wrap .card {
|
||||
contain: layout style;
|
||||
}
|
||||
|
||||
.cardScalable {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -71,10 +67,16 @@
|
|||
border: 3px solid transparent;
|
||||
}
|
||||
|
||||
.layout-tv .cardBox {
|
||||
.cardBox-focustransform {
|
||||
will-change: transform;
|
||||
/*transition: transform 200ms ease-out;*/
|
||||
}
|
||||
|
||||
/*.card:focus > .cardBox-focustransform {
|
||||
transition-delay: 50ms;
|
||||
transform: scale(1.16, 1.16);
|
||||
}*/
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.cardBox-mobile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue