From ae46185a0bf394c8c0a5dd82598f27642d9d83dc Mon Sep 17 00:00:00 2001 From: Eric Fleming Date: Fri, 15 Feb 2019 23:01:16 -0500 Subject: [PATCH] Working on styling for new Login page --- src/Web/Areas/Identity/Pages/Account/Login.cshtml | 6 +++--- src/Web/Views/Shared/_Layout.cshtml | 2 +- src/Web/wwwroot/css/app.component.css | 3 ++- src/Web/wwwroot/css/app.component.min.css | 2 +- src/Web/wwwroot/css/app.component.scss | 1 + 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Web/Areas/Identity/Pages/Account/Login.cshtml b/src/Web/Areas/Identity/Pages/Account/Login.cshtml index e3bbc04..97c524d 100644 --- a/src/Web/Areas/Identity/Pages/Account/Login.cshtml +++ b/src/Web/Areas/Identity/Pages/Account/Login.cshtml @@ -5,13 +5,13 @@ ViewData["Title"] = "Log in"; } -

@ViewData["Title"]

-
+ +