﻿/* Mudblazor*/

@media (max-width: 479px) {
    .mud-tab {
        font-size: 0;
        min-width: unset !important;
    }
}

:root {
    --mud-palette-action-disabled: rgba(255,255,255, 0.25) !important; /* make disabled tab button gray instead of black*/
}
/*.mud-tabs-toolbar.mud-tabs-rounded {
    border-radius: unset !important;*/ /* unround tab corners*/
/*}*/


/*.mud-tab {
    min-width: unset !important;
}*/
