From 13faea9acadc8d640bbe1e0d1ede4dbdcd69e7fa Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 3 May 2021 22:01:52 +0530 Subject: added a form to manipulate some data about the document and the client info --- src/components/Form/Form.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src/components/Form/Form.scss') diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss index 09dfc16..b4490a1 100644 --- a/src/components/Form/Form.scss +++ b/src/components/Form/Form.scss @@ -38,7 +38,7 @@ input[type=number] { border-bottom: 1px dotted $underline1; padding: 0.8rem 0; - font-size: 1.5rem; + font-size: $fontSize2; } @mixin formFlex($justify) { @@ -122,6 +122,20 @@ input { margin: 1rem; } +.DocumentInfoForm { + @include formPane(); + width: 100%; + min-height: 10rem; +} + +.DocumentInfoForm .DocumentInfoChild { + border: 1px solid white; + width: 40%; + height: 10rem; + font-size: $fontSize2; +} + + /* */ .MetaInfoForm { width: 60%; -- cgit v1.2.3