Files
ipam/static/css/devices.css
T
2025-05-27 17:55:08 +00:00

16 lines
277 B
CSS

h2 {
cursor: pointer;
}
form:not(.mb-6), .mt-4 {
display: none;
}
.allocated-ips {
display: block;
margin-top: 1rem;
}
.button-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1rem;
justify-items: center;
}