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;
|
padding: 0.62rem 1.87rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
&.mat-mdc-button.mat-mdc-button-disabled {
|
||||||
}
|
|
||||||
|
|
||||||
.mat-mdc-button.mat-mdc-button-disabled {
|
|
||||||
background-color: #CBCBCB; //!important
|
background-color: #CBCBCB; //!important
|
||||||
color: #FFF; //!important
|
color: #FFF; //!important
|
||||||
border: 0px; //!important
|
border: 0px; //!important
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
.status-chip {
|
.status-chip {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
|
|
Loading…
Reference in New Issue