style(flow): new default styles

This commit is contained in:
moklick
2020-09-30 18:07:40 +02:00
parent 7ef6d0adb2
commit 284968ad54
13 changed files with 126 additions and 59 deletions
+8 -4
View File
@@ -138,18 +138,22 @@ nav a.active:before {
}
.react-flow__node.dark-node {
background: #333;
background: #0041d0;
color: #f8f8f8;
}
.react-flow__node-selectorNode {
font-size: 12px;
background: #eee;
border: 1px solid #555;
background: #f0f2f3;
border: 1px solid 555;
border-radius: 5px;
text-align: center;
}
.react-flow__node-selectorNode .react-flow__handle {
border-color: #f0f2f3;
}
@media screen and (min-width: 768px) {
nav {
position: relative;
@@ -176,4 +180,4 @@ nav a.active:before {
.overview-example__add {
display: block;
}
}
}