From b88ac28c9b0ee739a9ef08b09c279db274345f43 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 23 Sep 2024 00:14:33 +0200 Subject: [PATCH] (Small) (layout) improvements --- app/assets/stylesheets/layout.scss | 2 +- app/views/layouts/_sidebar.html.erb | 2 +- app/views/layouts/application.html.erb | 7 +-- app/views/rodauth/change_password.html.erb | 54 ++++++++++++---------- app/views/rodauth/login.html.erb | 6 ++- app/views/rodauth/logout.html.erb | 2 +- 6 files changed, 41 insertions(+), 32 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 3367b24..24daade 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -57,4 +57,4 @@ .navbar-brand { color: $pink; -} \ No newline at end of file +} diff --git a/app/views/layouts/_sidebar.html.erb b/app/views/layouts/_sidebar.html.erb index 900643b..33c99c6 100644 --- a/app/views/layouts/_sidebar.html.erb +++ b/app/views/layouts/_sidebar.html.erb @@ -1,6 +1,6 @@