@prefix: properties-list;

.@{prefix} {
  &- {
    &root {
      position: relative;
      overflow: auto;
      font-size: 12px;

      .ant-form-item-label > label {
        font-size: 12px;
      }

      .@{prefix}-root {
        padding-top: 0;
        padding-bottom: 0;
      }
    }

    &row {
      padding-left: 12px;
      padding-right: 8px;
    }


    &label {
      margin-top: 4px;
      margin-bottom: 4px;
      padding-left: 10px;
      border-left: 3px solid #1199ff;
      margin-left: -15px;
    }

    &label-wrapper {
      display: flex;
      align-items: center;
      overflow: hidden;
      padding-right: 2px;
    }

    &tip-icon {
      cursor: pointer;
      color: #1199ff;
    }
  }
}

#deyePageEditor {
  .@{prefix}-root {
    .ant-input,
    .ant-input-number,
    .ant-select .ant-select-selector {
      min-height: 28px;
      line-height: 26px;
      font-size: 12px;
    }

    .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
      .ant-select-selection-item {
        line-height: 26px;
      }

      &,
      .ant-select-selection-search-input {
        height: 28px;
        line-height: 26px;
        font-size: 12px;
      }
    }
  }

}
