diff options
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r-- | src/components/Form/Form.scss | 16 |
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%; |