2022-12-12 14:57:43 -08:00
|
|
|
.center-div {
|
2022-12-20 17:46:03 -08:00
|
|
|
display: grid;
|
2022-12-12 14:57:43 -08:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2022-12-20 17:46:03 -08:00
|
|
|
p {
|
2022-12-21 00:56:40 -08:00
|
|
|
text-align: left;
|
|
|
|
margin: 0px;
|
2022-12-20 17:02:33 -08:00
|
|
|
}
|
|
|
|
|
2022-12-12 14:57:43 -08:00
|
|
|
fieldset {
|
|
|
|
border: solid white 1px;
|
2022-12-20 17:46:03 -08:00
|
|
|
border-radius: 5px;
|
2022-12-20 17:02:33 -08:00
|
|
|
padding: 10px;
|
2022-12-20 17:46:03 -08:00
|
|
|
margin: 10px;
|
2022-12-12 14:57:43 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
input, label, legend {
|
|
|
|
font-family: monospace;
|
|
|
|
color: white;
|
|
|
|
font-size: 14px;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
border: solid white 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
2022-12-20 17:02:33 -08:00
|
|
|
margin-top: 0px;
|
2022-12-19 17:05:04 -08:00
|
|
|
}
|
|
|
|
|
2022-12-21 01:31:58 -08:00
|
|
|
.label-input {
|
2022-12-21 00:56:40 -08:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: auto auto;
|
|
|
|
column-gap: 10px;
|
|
|
|
}
|
|
|
|
|
2022-12-21 01:31:58 -08:00
|
|
|
.label-input-unit {
|
2022-12-19 18:46:28 -08:00
|
|
|
display: grid;
|
2022-12-21 00:49:57 -08:00
|
|
|
grid-template-columns: auto auto auto;
|
2022-12-19 17:05:04 -08:00
|
|
|
column-gap: 10px;
|
2022-12-20 17:51:53 -08:00
|
|
|
}
|
|
|
|
|
2022-12-21 01:31:58 -08:00
|
|
|
|
2022-12-20 17:51:53 -08:00
|
|
|
legend {
|
|
|
|
top: -0.6em;
|
|
|
|
position: relative;
|
|
|
|
height: 0;
|
2022-12-12 14:57:43 -08:00
|
|
|
}
|