You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 455B

12345678910111213141516171819202122232425
  1. .textUpdaterNode {
  2. // height: 50px;
  3. box-shadow:
  4. -6px 0 12px 0 rgba(179, 177, 177, 0.08),
  5. -3px 0 6px -4px rgba(0, 0, 0, 0.12),
  6. -6px 0 16px 6px rgba(0, 0, 0, 0.05);
  7. padding: 5px;
  8. border-radius: 5px;
  9. background: white;
  10. label {
  11. display: block;
  12. color: #777;
  13. font-size: 12px;
  14. }
  15. }
  16. .selectedNode {
  17. border: 1px solid rgb(59, 118, 244);
  18. }
  19. .handle {
  20. display: inline-flex;
  21. text-align: center;
  22. // align-items: center;
  23. }