ProxmoxAAS-Dashboard/css/form.css
Arthur Lu ef4597490a populate static elements of config.html,
add node info to config page search,
change login.css to form.css
2022-12-19 16:13:43 -08:00

25 lines
341 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;
}