From fd791c78ebb7a15048fca6b9aea92d7f18f0c2f4 Mon Sep 17 00:00:00 2001 From: Srinath Date: Mon, 9 Feb 2026 16:50:43 +0530 Subject: [PATCH] Addes new weightCalculatePrice compoengt style --- .../BSBillingEditQuantity/WeightCalculatePrice.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.scss diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.scss b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.scss new file mode 100644 index 0000000..5f7b2dd --- /dev/null +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/WeightCalculatePrice.scss @@ -0,0 +1,9 @@ +.productils { + margin: 10px 0; +} + +.weightCalBTN { + width: 100%; + display: flex; + justify-content: flex-end; +} \ No newline at end of file