diff --git a/src/app/styles/base/_globales.scss b/src/app/styles/base/_globales.scss index 6a0beae..d0f4f7d 100644 --- a/src/app/styles/base/_globales.scss +++ b/src/app/styles/base/_globales.scss @@ -4,7 +4,7 @@ html { scroll-padding-top: 0rem; } -*, +*, *:before, *:after { margin: 0; @@ -13,10 +13,14 @@ html { } body { - background-color: #f5f5f7; font-family: 'Inter', sans-serif; /* 👈 Fuente principal */ + background-color: #f5f5f7; + font-family: "Inter", sans-serif; /* 👈 Fuente principal */ font-style: normal; font-size: 2rem; font-optical-sizing: auto; + min-height: 100dvh; + width: 100%; + max-width: 100vw; &.overflow-hidden { overflow: hidden; @@ -38,22 +42,24 @@ a { text-decoration: none; } -h1, h2, h3 { +h1, +h2, +h3 { margin: 0 0 5rem 0; font-weight: 900; - font-family: 'Montserrat', sans-serif; /* 👈 Títulos con Montserrat */ + font-family: "Montserrat", sans-serif; /* 👈 Títulos con Montserrat */ } h1 { - font-size: 4rem; + font-size: 2rem; } h2 { - font-size: 4.6rem; + font-size: 3rem; } h3 { - font-size: 6rem; + font-size: 4rem; text-align: center; } diff --git a/src/app/styles/layout/login.scss b/src/app/styles/layout/login.scss index 79be2d2..63fae1d 100644 --- a/src/app/styles/layout/login.scss +++ b/src/app/styles/layout/login.scss @@ -1,13 +1,20 @@ +.containerGrid { + display: grid; + grid-template-columns: 1fr 1fr; + min-height: 100%; + margin: 0 100px; +} + .login-container { - width: 300px; + width: 400px; margin: 100px auto; - padding: 2rem; - border: 1px solid #ccc; - border-radius: 10px; - background: #f8f9fa; + padding: 1.5rem; text-align: center; - h2 { margin-bottom: 20px; color: #004aad; } + h2 { + margin-bottom: 20px; + color: #bd8c01; + } input { width: 100%; @@ -27,5 +34,8 @@ cursor: pointer; } - .error { color: red; margin-bottom: 10px; } + .error { + color: red; + margin-bottom: 10px; + } } diff --git a/src/components/BarNavigation.tsx b/src/components/BarNavigation.tsx index 83c2877..7526030 100644 --- a/src/components/BarNavigation.tsx +++ b/src/components/BarNavigation.tsx @@ -24,13 +24,13 @@ function BarNavigation() {
{error}
} - -{error}
} + +