Files
psp_panel/src/app/uikit/uikit-counter.component.scss
T
ahasani 35be7e0298 feat(inventories): implement inventory movement list and transfer functionality
- Added InventoryMovementListComponent to display stock movements with filtering options.
- Created InventoriesTransferFormComponent for transferring stock between inventories.
- Implemented product cardex view to show detailed inventory movements for specific products.
- Enhanced product listing with loading states and improved UI components.
- Introduced Jalali date formatting directive for better date representation.
- Added utility functions for Jalali date conversions and comparisons.
- Created reusable details info card component for displaying inventory details.
- Updated movement reference types and tags for better categorization of inventory movements.
2025-12-14 10:16:14 +03:30

15 lines
346 B
SCSS

:host {
display: inline-block;
}
/* Tailwind handles the main layout. Keep a couple of small overrides for cross-browser input appearance. */
.uikit-counter__input {
-moz-appearance: textfield;
}
.uikit-counter__input::-webkit-outer-spin-button,
.uikit-counter__input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}