mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1860: #5157 Return Input Ean Validation
- feat(oms-return-review): implement return review feature - Merge branch 'develop' of https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend into develop - Merge branch 'develop' of https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend into develop - feat(oms-return-process, ui-input-controls): improve error feedback for EAN input and adjust text field container spacing Refs: #5157
This commit is contained in:
committed by
Lorenz Hilpert
parent
0134f8dbf5
commit
6f80159281
@@ -1,7 +1,9 @@
|
||||
.ui-text-field-container {
|
||||
@apply flex flex-col gap-1 items-start justify-center;
|
||||
@apply flex flex-col items-start justify-center;
|
||||
|
||||
&:has(.ui-text-field-errors > *) {
|
||||
@apply gap-1;
|
||||
|
||||
.ui-text-field {
|
||||
@apply border-isa-accent-red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user