.BColor {
  align-items: center;
  padding: 0 10px;
}
.BColorButton,
.BColorButtonContainer {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  outline: 0px;
  border: none;
  cursor: pointer;
}
.BColorButton:hover {
  cursor: pointer;
}
.BColorButtonContainer {
  width: 32px;
  height: 32px;
  background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0),
    linear-gradient(-45deg, transparent 75%, #ddd 0);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.bColorReset .dashicons-image-rotate {
  text-align: center;
  font-size: 16px;
}

.BColorToolbar p {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  &.color {
    height: 7px;
    width: 25px;
    border: 1px solid #169bbb;
  }
}
