@import '../../style/themes/index';
@import '../../style/mixins/index';

.@{ant-prefix}-color {
  padding: 5px;
  width: 48px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 2px;
  cursor: pointer;
  &-core {
    background-color: rgba(0, 0, 0, 0.15);
    width: 36px;
    height: 14px;
    border-radius: 2px;
  }
  &-panel {
    .ant-tooltip-inner {
      background: white;
    }
    .ant-tooltip-arrow::before {
      background: white;
    }
    .vc-sketch {
      padding: 0;
      box-shadow: none;
    }
  }
}
