diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 8b801b7..0b3b8a1 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -484,7 +484,7 @@ body.n_scroll{ border: none; border-bottom: 1px solid #E3E3E3; width: calc(100% - 20px); - color: #10212B; + color: #000000; /*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/ font-size: 16px; font-weight: 500; @@ -495,13 +495,16 @@ body.n_scroll{ } .input_form_consultation::placeholder{ - color: #10212B; + color: #9a9a9a; } .label_consultation_form{ - color: #000000; + color: #9a9a9a; padding-left: 20px; padding-bottom: 15px; + display: block; + font-weight: 400; + font-size: 16px; } .textarea_form_consultation{ diff --git a/templates/forms/f_consultation.html b/templates/forms/f_consultation.html index 12b774a..f1316e7 100644 --- a/templates/forms/f_consultation.html +++ b/templates/forms/f_consultation.html @@ -6,23 +6,7 @@
-
-
- {{ block.name }} -
-
- {{ block.description|linebreaksbr }} -
- -
-
- - - - - -
- + {% include 'forms/f_consultation_form.html' %}
diff --git a/templates/forms/f_consultation_form.html b/templates/forms/f_consultation_form.html new file mode 100644 index 0000000..9979a7d --- /dev/null +++ b/templates/forms/f_consultation_form.html @@ -0,0 +1,17 @@ +{% load static %} +
+
+ {{ block.name }} +
+
+ {{ block.description|linebreaksbr }} +
+ +
+
+ + + + + +
\ No newline at end of file