ProxmoxAAS-Dashboard/css/form.css
2022-12-20 17:38:14 -08:00

34 lines
453 B
CSS

.center-div {
display: flex;
justify-content: center;
}
.fieldset-no-border {
border: none;
}
fieldset {
border: solid white 1px;
padding: 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;
}