.components-button-group {
  font-size: 0;

  .components-button {
    font-size: 14px;

    &.is-primary {
      box-shadow: none;
    }
  }
}