@import '~@alifd/next/variables.scss';

.oms_product_commonTable {
  min-width: 400px;

  .iconContainer {
    width: 30px;
    display: inline-block;

    .dialogIcon {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50px;
      background-color: #FF9300;
      color: #fff;
      text-align: center;
      line-height: 20px;
      font-size: 14px;
    }
  }

  .#{$css-prefix}dialog-body {
    padding: 34px 20px 20px 20px;
  }

  .body_title {
    font-size: 16px;
    color: #25282E;

    .dialogIcon_prompt {
      display: inline-block;
      width: 20px;
      height: 20px;
      color: #fff;
    }
  }

  .body_content {
    margin-top: 12px;
    margin-left: 30px;
  }
}
