@prefix: flow-editor-node-quick-action;
:export {
  prefix: @prefix;
}
@size: 200px;
.@{prefix}- {
  &container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
}
