Skip to content

Commit 1d11c32

Browse files
committed
add missing styles for react flow 12 attribution
1 parent 6f97793 commit 1d11c32

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/extensions/react-flow/_react-flow_v12.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,19 @@ svg.react-flow__connectionline {
2525
.react-flow__background-pattern.cross {
2626
stroke: $eccgui-color-separation-divider;
2727
}
28+
29+
.react-flow__attribution {
30+
position: absolute;
31+
right: 0;
32+
bottom: 0;
33+
z-index: 1;
34+
padding: 2px 3px;
35+
margin: 0;
36+
font-size: 10px;
37+
background: var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));
38+
}
39+
40+
.react-flow__attribution a {
41+
color: #999;
42+
text-decoration: none;
43+
}

0 commit comments

Comments
 (0)