chore(examples): cleanup update node

This commit is contained in:
moklick
2020-12-10 12:41:18 +01:00
parent 189cd21ee5
commit ddb5b07789
2 changed files with 27 additions and 5 deletions
+21
View File
@@ -0,0 +1,21 @@
.updatenode__controls {
position: absolute;
right: 10px;
top: 10px;
z-index: 4;
font-size: 12px;
}
.updatenode__controls label {
display: block;
}
.updatenode__bglabel {
margin-top: 10px;
}
.updatenode__checkboxwrapper {
margin-top: 10px;
display: flex;
align-items: center;
}