#needsharebutton-postbottom {
  position: relative;
  cursor: pointer;
  height: 26px;

  .btn {
    display: initial;
    padding: 1px 4px;
    border: 1px solid $btn-default-border-color;
    border-radius: 3px;
  }
}

#needsharebutton-float {
    position: fixed;
    bottom: 38px;
    left: -8px;
    z-index: 9999;
    cursor: pointer;

  .btn {
    //display: initial;
    padding: 0 10px 0 14px
    border: 1px solid $btn-default-border-color;
    border-radius: 4px;
  }
}
