/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */

//
// BUTTON-SET COMPONENT
//

.hds-button-set {
    display: flex;
  
    > * + * {
      margin-left: 16px;
    }
  }