16 lines
288 B
CSS
16 lines
288 B
CSS
h2 {
|
|
cursor: pointer;
|
|
}
|
|
.container 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;
|
|
} |