mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
26 lines
293 B
SCSS
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;
|
|
}
|
|
}
|