15 lines
168 B
SCSS
15 lines
168 B
SCSS
.card {
|
|
width: 100px;
|
|
min-width: 100px;
|
|
|
|
&-clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
&__texture {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
}
|