summaryrefslogtreecommitdiff
path: root/src/modules/stock-opname/stock-opname.module.css
blob: b020549f4db26c484afb3542b743be786871ae9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.label {
  @apply block mb-2;
}

.form {
  @apply grid grid-cols-1 gap-y-4;
}

.inputGroup {
  @apply flex gap-x-2;
}

.scanButton {
  @apply min-w-fit px-4 text-default-700;
}