0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/plugins/discourse-graphviz/assets/stylesheets/common/graphviz.scss
2025-07-15 16:38:05 +02:00

22 lines
325 B
SCSS
Vendored

div.graphviz {
svg {
max-width: 100%;
}
&.is-loading {
padding: 2em;
background: var(--primary-very-low);
}
.graph-error {
padding: 2em;
background-color: var(--danger-low);
margin: 0;
color: var(--danger);
text-align: center;
}
}
svg.graphviz-svg-render {
max-width: 100%;
}