/**
* c-color-picker
*/

@import url('v-color/dist/index.css');

.color-picker__wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.15em;
}

.color-picker__pane--portal {
  transition: visibility 0.5s ease, opacity 0.5s ease;
}

.color-picker__trigger {
  position: relative;
  margin: 6px;
  border: 1px solid transparent;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==) left top;
  }
}
