Compare commits
2 Commits
feature/login
..
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 952384fbca | |||
| 9a67a66dd1 |
@@ -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);
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user