@import (reference) '../theme/variables/index.less';

@WebComponentCls: ~'ued-webComponent';

.@{WebComponentCls} {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;

  &.ued-edit-webComponent {
    width: 100%;
    height: 100%;
  }
}
