10 lines
No EOL
230 B
CSS
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
|
|
} |