CoastalCommitsPastes/client/app/(auth)/components/auth.module.css

25 lines
348 B
CSS
Raw Normal View History

2022-03-06 19:46:59 -05:00
.container {
padding: 2rem 2rem;
border-radius: var(--radius);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
2022-03-06 19:46:59 -05:00
}
.form {
display: grid;
place-items: center;
2022-03-06 19:46:59 -05:00
}
.formGroup {
display: flex;
flex-direction: column;
place-items: center;
gap: 10px;
max-width: 300px;
width: 100%;
2022-03-06 19:46:59 -05:00
}
2022-03-13 09:07:03 -04:00
.formContentSpace {
margin-bottom: 1rem;
text-align: center;
}