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 --- templates/registration/base_admin.html | 47 +++++++++++++++++++++++++++-- templates/registration/base_client.html | 53 +++++++++++++++++++++++++++++---- templates/registration/base_simple.html | 53 +++++++++++++++++++++++++++++---- 3 files changed, 138 insertions(+), 15 deletions(-) (limited to 'templates/registration') 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