small ui styles fix
This commit is contained in:
parent
e1dec1f5c8
commit
c377153de7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue