1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
2021-07-14 14:14:56 -04:00

26 lines
293 B
SCSS

* {
font-family: sans-serif;
font-size: 13px;
}
text {
text-anchor: middle;
dominant-baseline: middle;
}
svg {
/* Boxes */
rect {
stroke: #303030;
stroke-width: 1;
}
/* Cables */
line {
stroke-width: 3;
}
text.cable {
text-anchor: start;
}
}