update(examples): Add update node example

This commit is contained in:
Braks
2021-10-22 11:05:27 +02:00
parent 0cc7ef4805
commit cd32f14a5a
7 changed files with 84 additions and 7 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;
}