ProxmoxAAS-API/css/style.css
Arthur Lu 4ef1cd7480 fix input and select styling for new instance dialog
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-12 22:35:17 +00:00

33 lines
391 B
CSS

h1, h2, h3, h3, h4, h5, h6, p, a, label, button, input, select {
font-family: monospace;
}
body {
min-height: 100vh;
}
img.clickable {
cursor: pointer;
}
img {
height: 1em;
width: 1em;
}
.flex-row-nowrap {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
column-gap: 10px;
align-items: center;
height: 100%;
}
.hidden {
visibility: hidden;
}
.none {
display: none;
}