feat(plugins): add controls

This commit is contained in:
moklick
2019-10-07 21:45:56 +02:00
parent 48973c5e0b
commit 2fd8a36c88
4 changed files with 62 additions and 23 deletions
+15
View File
@@ -149,4 +149,19 @@
border: 1px dotted rgba(0, 89, 220, 0.8);
pointer-events: all;
}
}
.react-flow__controls-button {
background: #f8f8f8;
border: 1px solid #eee;
display: flex;
justify-content: center;
align-items: center;
width: 24px;
height: 24px;
cursor: pointer;
}
.react-flow__controls-button:hover {
background: #eee;
}