$block = ".toggle-button-group";

{$block} {
  display: flex;
  > * {
    margin-left: 5px;
  }
}
