ProxmoxAAS-Dashboard/css/form.css
2022-12-20 17:46:03 -08:00

36 lines
479 B
CSS

.center-div {
display: grid;
justify-content: center;
}
p {
text-align: center;
}
fieldset {
border: solid white 1px;
border-radius: 5px;
padding: 10px;
margin: 10px;
}
input, label, legend {
font-family: monospace;
color: white;
font-size: 14px;
background-color: black;
}
input {
border: solid white 1px;
}
button {
margin-top: 0px;
}
.labels-inputs {
display: grid;
grid-template-columns: auto auto;
column-gap: 10px;
}