21 lines
318 B
Plaintext
21 lines
318 B
Plaintext
.container-content {
|
|
.sheet-common();
|
|
.item-sheet-common();
|
|
|
|
.header {
|
|
display: flex;
|
|
img {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
}
|
|
|
|
.item-img {
|
|
width: 64px;
|
|
height: 64px;
|
|
object-fit: contain;
|
|
border: 1px solid var(--color-border-light-tertiary);
|
|
border-radius: 4px;
|
|
}
|
|
}
|