.color_picker {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;

  &_swatch {
    padding: 4px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-right: 5px;
  }
}

.chrome-picker {
  margin: -12px -16px;
}
