feat: Separar paginas generador y qr en diferentes proyectos
This commit is contained in:
@@ -5,9 +5,29 @@ body {
|
||||
}
|
||||
|
||||
.page {
|
||||
min-height: 10vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
.page.loading,
|
||||
.page.not-found {
|
||||
min-height: 10vh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.page.loading h2,
|
||||
.page.not-found h1 {
|
||||
margin: 0;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.page.not-found h1 {
|
||||
color: #ef4444;
|
||||
}
|
||||
|
||||
.employee-card {
|
||||
width: 350px;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user