jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/roundcard.css

30 lines
604 B
CSS
Raw Normal View History

2016-08-08 19:10:12 -07:00
.cardBox-round {
2016-08-11 20:23:12 -07:00
border: .7em solid transparent !important;
2016-08-11 22:59:45 -07:00
}
.cardBox-focustransform {
2016-08-11 20:23:12 -07:00
transition: transform 180ms ease-out !important;
-webkit-transform-origin: center center;
transform-origin: center center;
2016-08-08 19:10:12 -07:00
}
.cardImageContainer-round {
border: .15em solid transparent;
}
2016-08-11 22:59:45 -07:00
.cardImageContainer-round, .card-round:focus .cardImageContainer {
2016-08-08 19:10:12 -07:00
border-color: #fff;
}
2016-08-11 22:59:45 -07:00
.card-round:focus > .cardBox-focustransform {
2016-08-08 19:10:12 -07:00
transform: scale(1.34, 1.34);
}
.cardContent-round {
overflow: visible;
}
.cardImageContainer-round, .card-round .cardImage {
border-radius: 1000px;
2016-08-11 20:23:12 -07:00
}