blob: b6a8b2ef7f54ee129e93ad376570ee893f694d9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.item {
@apply w-[100px] h-[100px];
}
.image {
@apply w-full h-[100px] relative border border-gray_r-6 p-2.5 rounded-lg mb-3;
}
.fillDesc {
@apply mt-2 text-danger-600;
}
.quantity {
@apply backdrop-blur-lg border border-danger-300 text-danger-600 font-semibold px-2 py-1 text-caption-2 flex items-center justify-center rounded absolute bottom-2.5;
}
.name {
@apply mt-1 line-clamp-2 leading-5 font-medium;
}
|