mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-03 20:07:47 +08:00
22 lines
325 B
SCSS
22 lines
325 B
SCSS
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%;
|
|
}
|