modficaciones a globlales

This commit is contained in:
jls846
2025-10-23 15:08:28 -06:00
parent 678c92608c
commit 4653229f01
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
"use client"; // <-- OBLIGATORIO
"use client";
import { useState } from "react";
import { useRouter } from "next/navigation";
import "../app/styles/base/_globales.scss"
import "../app/styles/layout/login.scss";
export default function Login() {
const router = useRouter();
+1 -3
View File
@@ -1,4 +1,3 @@
@use 'variables' as v;
html {
font-size: 62.5%;
@@ -16,7 +15,7 @@ body {
font-optical-sizing: auto;
font-style: normal;
color: v.$negro;
font-size: 2rem;
&.overflow-hidden {
@@ -25,7 +24,6 @@ body {
}
p {
font-size: 2rem;
color: v.$negro;
line-height: 1.5;
}
.contenedor {