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