aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Form.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 19:46:35 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 19:46:35 +0530
commit7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (patch)
treef82316aa52a597362c388b73a2974f48991f6cdb /src/components/Form/Form.scss
parent66b4673b4e05275643353026275360001e4a9172 (diff)
Minor styling + fixed the calculation of discount and taxes and added new calculations
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r--src/components/Form/Form.scss4
1 files changed, 4 insertions, 0 deletions
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;