@import '../../../../global/theme.less';

div.root {
  margin-left: 1em;
  :global {
    .@{ant-prefix}-collapse > .@{ant-prefix}-collapse-item {
      border-radius: 4px;
      border: 1px dashed @border-color-2;
      margin-bottom: 12px;
      .@{ant-prefix}-collapse-header {
        .@{ant-prefix}-collapse-arrow {
          color: @font-color-6;
        }
      }
    }
  }
  .panel {
    .remove {
      width: 20px;
      height: 20px;
      line-height: 20px;
    }
  }
}
