jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/roundcard.css
Luke Pulverenti 43a0e6ccea update cards
2016-08-12 01:59:45 -04:00

30 lines
604 B
CSS

.cardBox-round {
border: .7em solid transparent !important;
}
.cardBox-focustransform {
transition: transform 180ms ease-out !important;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.cardImageContainer-round {
border: .15em solid transparent;
}
.cardImageContainer-round, .card-round:focus .cardImageContainer {
border-color: #fff;
}
.card-round:focus > .cardBox-focustransform {
transform: scale(1.34, 1.34);
}
.cardContent-round {
overflow: visible;
}
.cardImageContainer-round, .card-round .cardImage {
border-radius: 1000px;
}