ProxmoxAAS-API/css/form.css
2022-12-19 18:36:41 -08:00

34 lines
452 B
CSS

.center-div {
display: flex;
justify-content: center;
}
fieldset {
border: solid white 1px;
border-radius: 5px;
width: fit-content;
}
input, label, legend {
font-family: monospace;
color: white;
font-size: 14px;
background-color: black;
}
input {
border: solid white 1px;
}
button {
margin-top: 10px;
}
.labels-inputs {
display: flex;
column-gap: 10px;
}
.labels-inputs > div {
width: max-content;
}