/* Styles for the design-toggle of the legacy template. The styles for the new template come with the TARE styles.*/

.button-select {
    display: flex;
    justify-content: center;
}

.button-select .button {
    margin: 0 !important;
    font-size: 11px !important;
}

.button-select .button.primaryButton {
    border-radius: 0 4px 4px 0;
}

.button-select .button:not(.primaryButton) {
    border-radius: 4px 0 0 4px;
    border-right: none;
}
