blob: 861278361414edeb5796a5e68ff27e9b6a47e771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.item {
@apply min-w-[110px] max-w-[110px];
}
.image {
@apply 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;
}
|