From 093c9cac7d1683fbb4ffaf517b9787078b7ae8c2 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 31 Aug 2020 17:35:31 +0200 Subject: change accent color, apply color to more component --- client/templates/client/doc_create.html | 8 ++--- client/templates/client/doc_edit.html | 4 +-- templates/registration/base_admin.html | 47 +++++++++++++++++++++++++++-- templates/registration/base_client.html | 53 +++++++++++++++++++++++++++++---- templates/registration/base_simple.html | 53 +++++++++++++++++++++++++++++---- 5 files changed, 144 insertions(+), 21 deletions(-) diff --git a/client/templates/client/doc_create.html b/client/templates/client/doc_create.html index d7c3edd..18940d8 100644 --- a/client/templates/client/doc_create.html +++ b/client/templates/client/doc_create.html @@ -26,10 +26,10 @@ - + navigate_beforeIndietro - Avanti + Avanti navigate_next {% else %} @@ -94,10 +94,10 @@
diff --git a/client/templates/client/doc_edit.html b/client/templates/client/doc_edit.html index 87efee4..278f34c 100644 --- a/client/templates/client/doc_edit.html +++ b/client/templates/client/doc_edit.html @@ -74,10 +74,10 @@
diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index 4a12892..6d5d590 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -8,11 +8,16 @@ @@ -66,7 +107,7 @@ {% endblock %} -
+
{% block content %} {% endblock %}
diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 8155e88..3957c9c 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -1,6 +1,6 @@ -{% with color="teal" %} -{% with hexcolor="#009688" %} -{% with hexlightcolor="#80cbc4" %} +{% with color="light-blue darken-4" %} +{% with hexcolor="#01579b" %} +{% with hexlightcolor="#039be5" %} @@ -8,11 +8,16 @@ @@ -66,7 +107,7 @@ {% endblock %} -
+
{% block content %} {% endblock %}
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index f8c74bc..6fcd1da 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -1,6 +1,6 @@ -{% with color="teal" %} -{% with hexcolor="#009688" %} -{% with hexlightcolor="#80cbc4" %} +{% with color="light-blue darken-4" %} +{% with hexcolor="#01579b" %} +{% with hexlightcolor="#039be5" %} @@ -8,11 +8,16 @@ {% block title %}Scout Brega{% endblock %} -
+
{% block content %} {% endblock %}
-- cgit v1.2.1