generated from openmrs/openmrs-esm-template-app
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat)- O3-3966: At stock requisition, user should be able to see the…
… number of the stock item and its availability (#237) * View number of the stock item and its availability * Total Quantity from all batches of stock item * styling
- Loading branch information
1 parent
2ae7bd3
commit c613cb7
Showing
3 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.availability { | ||
font-size: 0.875rem; | ||
|
||
.outOfStock { | ||
color: #da1e28; | ||
} | ||
} | ||
.cellContent { | ||
display: flex; | ||
align-items: center; | ||
gap: 0.5rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters