@thumb-default-W: 32px;
@thumb-default-S: 30px;

.@{ns}-StyleLib {
  &-thumb {
    position: relative;
    width: @thumb-default-W;
    height: @thumb-default-W;
    max-width: 100%;
    max-height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    &.showBgc {
      background-color: var(--secondary-color-bg);
      color: var(--color-white);
      border-radius: 50%;
    }
    &.isIcon {
      font-size: 20px;
    }
    &-span {
      position: absolute;
      left: 50%;
      transform-origin: 0 center;
      white-space: nowrap;
      line-height: 1;
    }
  }
}
