@import 'editor/scss/variables';
$color-picker-button-width: 30px;
$color-picker-button-border-width: 1px;

.m-color-picker-input {
  display: block;
  position: relative;
  &--button {

    border-radius: $border-radius-1;
    box-shadow: none !important;
    background: url('./checkerbox.png'), white !important;
    // padding: $padding-0 !important;
    padding: 0 !important;

    cursor: pointer;
    width: 23px;
    height: 100%;
    position: relative;

    &-fill {
      width: 100%;
      height: 100%;
      border: none;
      -webkit-border-radius: $border-radius-1;
      border-radius: $border-radius-1;
      background-color: white;
    }
  }
}
