.ColorPicker {
  &__swatch {
    display: inline-flex;
    align-items: center;
  }

  &__swatch_blended {
    opacity: 0.3;
  }

  &__color {
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
  }

  &__popover {
    position: absolute;
    z-index: 2;
    div div[style] {
      box-shadow: none !important;
    }
  }

  &__cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  &__hex {
    font-size: 12px;
    color: #808080;
    margin-left: 8px;
  }
}
