.sq-fab-button {
  &.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  &.bottom-center {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    margin: auto;
  }
}