@import 'assets/material-theme.scss';

.audit-card {
  margin-bottom: 1.2em;
  mat-card-title {
    font-size: 14px;
    font-weight: normal;
  }
  mat-card-subtitle {
    font-weight: bold;
    color: #000000;
  }
  mat-card-footer {
    margin: 0px;
  }
  .download-audit-icon {
    color: mat-color($my-app-primary);
  }
}