// .mx-button-group {
//   display: flex;
//   width: 100%;
//   &.circle {
//     border-radius: $btn-border-radius-large;
//     .mx-button {
//       &:nth-child(1) {
//         border-top-left-radius: $btn-border-radius-large;
//         border-bottom-left-radius: $btn-border-radius-large;
//       }
//       &:nth-last-child(1) {
//         border-top-right-radius: $btn-border-radius-large;
//         border-bottom-right-radius: $btn-border-radius-large;
//       }
//     }
//   }
//   &.menu {
//     height: $btn-menu-height;
//     font-size: $font-size-small;
//   }
//   .mx-button {
//     flex: 1;
//     -webkit-flex: 1;
//     border: 1px solid transparent;
//   }
// }
