You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
288B

  1. .mat-mdc-dialog-title {
  2. border-bottom: solid 1px #eeeeee;
  3. font-size: 14px;
  4. color: #ffffff;
  5. background: orange;
  6. }
  7. ::ng-deep.mdc-checkbox
  8. .mdc-checkbox__native-control:enabled:checked
  9. ~ .mdc-checkbox__background {
  10. background: orange !important;
  11. border: orange !important;
  12. }