Files
mrb-netbox-topology-views/netbox_topology_views/static_dev/css/app.scss
T
mattieserver e0bd1d4e86 Closes #160: feature save filters (#227)
* initial saved filter support

* add filter field

* fixed model

* changed margin
2022-12-26 12:07:01 +01:00

28 lines
343 B
SCSS

#visgraph {
height: 64vh;
}
html[data-netbox-color-mode=dark] #visgraph {
background-color: #212529;
}
.image-dropdown img {
width: 64px;
height: 64px;
}
.image-dropdown-content {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
padding-inline: 0.5rem;
width: 50vw;
max-width: 32rem;
> img {
cursor: pointer;
}
}