Submitting identifier and fetching customer data
This commit is contained in:
27
app/components/Landing.module.css
Normal file
27
app/components/Landing.module.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.identifierForm {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.identifierInput {
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 0.5rem;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.identifierLabel {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.submitButton {
|
||||
background-color: #4caf50;
|
||||
color: white;
|
||||
padding: 0.5rem 1rem;
|
||||
border: none;
|
||||
border-radius: 0.5rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user