aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Form.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-03 22:01:52 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-03 22:01:52 +0530
commit13faea9acadc8d640bbe1e0d1ede4dbdcd69e7fa (patch)
treeb2beb2785d5b90b8ae64bdbe75ccaef86ad3b781 /src/components/Form/Form.scss
parent6fb69cc9c26c70ce54a1bf8ccf8ce8a7d2b957b8 (diff)
added a form to manipulate some data about the document and the client info
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r--src/components/Form/Form.scss16
1 files changed, 15 insertions, 1 deletions
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%;