From 7dbbfc0c2eac7000bf208ce068e887b4db14ea5f Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 26 Apr 2021 19:46:35 +0530 Subject: Minor styling + fixed the calculation of discount and taxes and added new calculations --- src/components/Form/Form.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/Form/Form.scss') diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss index df1cdde..9d4a688 100644 --- a/src/components/Form/Form.scss +++ b/src/components/Form/Form.scss @@ -84,6 +84,10 @@ input[type=number] { border-bottom: 1px dotted $labelUnderlineColor; } +.MetaInfoForm { + width: 60%; +} + @media only screen and (max-device-width: 480px) { .formContainer { padding: 0.5rem; -- cgit v1.2.3