From a285563f6c6aa4a3c83e80fdf4bda9ccb1d55957 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 25 Sep 2025 13:35:26 +0200 Subject: [PATCH] cambios login --- .../Components/Layout/LoginLayout.razor | 4 ++-- HerramientaCASA/Components/Layout/MainLayout.razor | 2 +- HerramientaCASA/Components/Pages/Login/Login.razor | 2 +- HerramientaCASA/wwwroot/Content/Site.css | 14 ++++++-------- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/HerramientaCASA/Components/Layout/LoginLayout.razor b/HerramientaCASA/Components/Layout/LoginLayout.razor index 4677030..b202e9d 100644 --- a/HerramientaCASA/Components/Layout/LoginLayout.razor +++ b/HerramientaCASA/Components/Layout/LoginLayout.razor @@ -12,7 +12,7 @@ - + @@ -30,7 +30,7 @@ -
+
@Body
diff --git a/HerramientaCASA/Components/Layout/MainLayout.razor b/HerramientaCASA/Components/Layout/MainLayout.razor index a8afd66..d35c66c 100644 --- a/HerramientaCASA/Components/Layout/MainLayout.razor +++ b/HerramientaCASA/Components/Layout/MainLayout.razor @@ -13,7 +13,7 @@ - + diff --git a/HerramientaCASA/Components/Pages/Login/Login.razor b/HerramientaCASA/Components/Pages/Login/Login.razor index bed4b0a..5138037 100644 --- a/HerramientaCASA/Components/Pages/Login/Login.razor +++ b/HerramientaCASA/Components/Pages/Login/Login.razor @@ -11,7 +11,7 @@
-
+

Acceso a la Herramienta

diff --git a/HerramientaCASA/wwwroot/Content/Site.css b/HerramientaCASA/wwwroot/Content/Site.css index ac619c8..6436942 100644 --- a/HerramientaCASA/wwwroot/Content/Site.css +++ b/HerramientaCASA/wwwroot/Content/Site.css @@ -4,10 +4,6 @@ body { padding-bottom: 0px; } -.main { - height: 94vh; -} - .logoCacoa { border-radius: 10px !important; } @@ -497,6 +493,10 @@ li.nav-item.active { } @media (max-width: 767px) { + .arealogin { + margin-left: 20px !important; + margin-right: 20px !important; + } .guardarNombre { display:block; } @@ -620,8 +620,8 @@ button.btn.btn-link.dxbs-button { } .div-center { - width: 400px; - height: 400px; + max-width: 400px; + max-height: 400px; background-color: #fff; position: absolute; left: 0; @@ -629,8 +629,6 @@ button.btn.btn-link.dxbs-button { top: 0; bottom: 0; margin: auto; - max-width: 100%; - max-height: 100%; overflow: auto; padding: 1em 2em; border-bottom: 2px solid #ccc;