From c99df5e8bdce8fa542de2391c8dda39c1d9ab18f Mon Sep 17 00:00:00 2001 From: SphericalKat Date: Sun, 15 Aug 2021 02:18:34 +0530 Subject: [PATCH] feat(user): style register page Signed-off-by: SphericalKat --- assets/css/phoenix.css | 7 --- lib/ketbin_web/templates/layout/app.html.eex | 8 ---- .../templates/user_registration/new.html.eex | 48 +++++++++++-------- 3 files changed, 27 insertions(+), 36 deletions(-) delete mode 100644 assets/css/phoenix.css diff --git a/assets/css/phoenix.css b/assets/css/phoenix.css deleted file mode 100644 index d993ee8..0000000 --- a/assets/css/phoenix.css +++ /dev/null @@ -1,7 +0,0 @@ -/* Includes some default style for the starter application. - * This can be safely deleted to start fresh. - */ - -/* Milligram v1.3.0 https://milligram.github.io - * Copyright (c) 2017 CJ Patoilo Licensed under the MIT license - */ diff --git a/lib/ketbin_web/templates/layout/app.html.eex b/lib/ketbin_web/templates/layout/app.html.eex index 619956b..b0bec6f 100644 --- a/lib/ketbin_web/templates/layout/app.html.eex +++ b/lib/ketbin_web/templates/layout/app.html.eex @@ -37,14 +37,6 @@ <%= @inner_content %>