

.engine-error-boundary {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 44px;
  padding-left: 16px;
  .warn-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    color: #fff;
    background-color: #FAAD14;
    border-radius: 50%;
  }

  &-text {
    padding-left: 4px;
    font-size: 12px;
    color: rgba(28,36,46,0.75);
    line-height: 22px;
    span {
      color: #4477EE;
    }
  }
}