jellyfish-web/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/roundcard.css
2018-10-23 01:13:23 +03:00

10 lines
No EOL
230 B
CSS

.card-round:focus>.cardBox-focustransform {
-webkit-transform: scale(1.26, 1.26);
transform: scale(1.26, 1.26)
}
.cardImage-round,
.cardImageContainer-round {
-webkit-border-radius: 1000px;
border-radius: 1000px
}