refactor(controls): move controls into separate package

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 14:55:14 +01:00
committed by Braks
parent 2eaf9e4340
commit a55f39ba25
17 changed files with 348 additions and 56 deletions
-28
View File
@@ -103,31 +103,3 @@
border: 1px solid #fff;
border-radius: 100%;
}
.vue-flow__controls {
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
&-button {
background: #fefefe;
border-bottom: 1px solid #eee;
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
width: 16px;
height: 16px;
cursor: pointer;
user-select: none;
padding: 5px;
svg {
max-width: 12px;
max-height: 12px;
overflow: visible;
}
&:hover {
background: #f4f4f4;
}
}
}