aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Form.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r--src/components/Form/Form.scss25
1 files changed, 21 insertions, 4 deletions
diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss
index 393a2d3..6a9e747 100644
--- a/src/components/Form/Form.scss
+++ b/src/components/Form/Form.scss
@@ -122,15 +122,32 @@ input {
@include formPane();
width: 100%;
min-height: 10rem;
+ margin-bottom: 1.5rem;
}
-.DocumentInfoForm .DocumentInfoChild {
- border: 1px solid white;
- width: 40%;
+.DocumentInfoForm .documentInfoChild {
+ width: 24rem;
height: 10rem;
- font-size: $fontSize2;
+ font-size: $fontSize1;
+}
+
+.DocumentInfoForm .documentInfoChild label {
+ @include formWideLabel();
+ margin-bottom: 0.5rem;
+}
+
+.documentInfoChild table {
+ width: 100%;
}
+.documentInfoChild td {
+ text-align: left;
+}
+
+/*.ClientInfoDisplay {
+ font-size: $fontSize1;
+}*/
+
.MetaInfoForm {
width: 60%;
}