From b16c2b562dc17748e5ab9423ef0f364662287eab Mon Sep 17 00:00:00 2001 From: FivePixels Date: Wed, 6 Apr 2022 19:13:02 -0500 Subject: Update homepage welcome div for formatting and color, update create/edit workout page --- app/static/css/style.css | 4 +++- app/templates/home.html | 4 ++-- app/templates/workout/create.html | 36 ++++++++++++++++++------------------ 3 files changed, 23 insertions(+), 21 deletions(-) (limited to 'app') diff --git a/app/static/css/style.css b/app/static/css/style.css index e5eb7a3..4715c0d 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -12,5 +12,7 @@ } .welcome { - background: linear-gradient(to right, #5B86E5, #36D1DC); + background: linear-gradient(to right, #55F, #95F); + margin-bottom: 16px; + border-radius: 6px; } diff --git a/app/templates/home.html b/app/templates/home.html index d90ef6a..9f8dfe9 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -7,10 +7,10 @@

- Hello, {{ current_user.username }}. + Hello {{ current_user.username }}

- Welcome Back + Welcome to your home.

diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 72a056f..7446ec6 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -50,22 +50,20 @@ {% endfor %} -
-

-

- - - - Add Exercise -

- - -

+
+

+ + + +

+
+
+
-- cgit v1.2.3