4 Commits

2 changed files with 1 additions and 10 deletions
+1 -9
View File
@@ -20,12 +20,11 @@
}
.login-page {
min-height: 100vh;
min-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: linear-gradient(135deg, var(--blanco) 0%, var(--gris-claro) 100%);
font-family: Arial, Helvetica, sans-serif;
}
@@ -60,13 +59,6 @@
text-transform: uppercase;
}
.subtitle {
font-size: 13px;
color: var(--acero-claro);
font-weight: 400;
margin-bottom: 24px;
}
.login-divider {
height: 2px;
background: var(--verde-glm);
-1
View File
@@ -58,7 +58,6 @@ export default function Login() {
<img src={GLM_LOGO} alt="GomezLee Marketing" className="logo" />
<h1 className="title">GLM ID Card Generator</h1>
<p className="subtitle">GomezLee Marketing · Carnet Corporativo CR80</p>
<div className="login-divider" />