@import '../../imports';

.hover-multi-bubble {
  @extend %menu-cont;
  background: rgba($white, 0.9);
  position: absolute;
  width: 200px;
  padding: 8px;

  .bucket {
    color: $text-lighterish;
    margin-bottom: 6px;
  }

  .color {
    .color-swab {
      position: absolute;
      top: 1px;
      left: 0;
      width: 15px;
      height: 15px;
      border-radius: 2px;
    }

    .color-name {
      @include ellipsis;
      display: inline-block;
      margin-left: 22px;
      line-height: 18px;
      width: 108px;
    }

    .color-value {
      @include pin-right(60px);
      line-height: 18px;
      text-align: right;
    }
  }

  .segment-action-buttons {
    margin-top: 7px;
  }
}
