small ui styles fix

This commit is contained in:
mchouliara 2024-09-02 11:18:31 +03:00
parent e1dec1f5c8
commit c377153de7
1 changed files with 6 additions and 7 deletions

View File

@ -470,17 +470,16 @@ button,.mdc-button,.mat-mdc-button, .mdc-button:has(.material-icons,mat-icon,[ma
padding: 0.62rem 1.87rem;
font-weight: 400;
}
&.mat-mdc-button.mat-mdc-button-disabled {
background-color: #CBCBCB; //!important
color: #FFF; //!important
border: 0px; //!important
}
}
}
.mat-mdc-button.mat-mdc-button-disabled {
background-color: #CBCBCB; //!important
color: #FFF; //!important
border: 0px; //!important
}
.status-chip {
border-radius: 20px;
padding-left: 1em;