65 lines
1.1 KiB
CSS
65 lines
1.1 KiB
CSS
body {
|
|
background-color: #2b2a34;
|
|
}
|
|
|
|
.replaceTitle {
|
|
display: flex;
|
|
justify-content: center;
|
|
color: white;
|
|
}
|
|
.inputField {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.removeWhiteSpaceInput {
|
|
border: 2px solid black;
|
|
border-radius: 5px;
|
|
}
|
|
.responseField {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
max-width: fit-content;
|
|
margin: 5px auto;
|
|
}
|
|
.responseText {
|
|
display: flex;
|
|
justify-content: center;
|
|
border: 2px solid black;
|
|
border-radius: 5px;
|
|
max-width: 300px;
|
|
margin: 5px auto;
|
|
background-color: white;
|
|
width: 200px;
|
|
height: 20px;
|
|
}
|
|
.responseButton {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.prodDateTitle {
|
|
display: flex;
|
|
justify-content: center;
|
|
color: white;
|
|
}
|
|
|
|
.prodDateField {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
max-width: fit-content;
|
|
margin: 5px auto;
|
|
}
|
|
|
|
.prodDateInput {
|
|
display: flex;
|
|
justify-content: center;
|
|
border: 2px solid black;
|
|
border-radius: 5px;
|
|
max-width: 300px;
|
|
margin: 5px auto;
|
|
background-color: white;
|
|
width: 200px;
|
|
height: 20px;
|
|
}
|