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

@webviewEDCls: ~'ued-webview-ed';
@webviewCls: ~'ued-webview';

.@{webviewEDCls}-container {
  position: relative;
  // border: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
}

.@{webviewEDCls}-placeholder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.@{webviewEDCls}-flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.@{webviewEDCls}-Empty {
  padding: 10px;
}

.@{webviewEDCls}-description {
  color:rgba(28, 36, 46, 0.55);
  font-size: 16px;
  line-height: 22px;
}

.@{webviewCls}-iframe {
  background-color: #fff;
}