Skip to content

Commit

Permalink
🔥 certif: remove useless css
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena authored Nov 7, 2024
1 parent e9ef086 commit 1161f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion certif/app/components/import-candidates.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default class ImportCandidates extends Component {
await this.args.reloadCertificationCandidate();
} catch (errorResponse) {
const errorMessage = this._handleErrorMessage(errorResponse);
this.notifications.error(htmlSafe(errorMessage), { cssClasses: 'certification-candidates-notification' });

this.notifications.error(htmlSafe(errorMessage));
} finally {
this.isLoading = false;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,3 @@
align-items: center;
}
}

.certification-candidates-notification {
p {
margin: 0;
flex-direction: column;
}
b {
font-weight: bold;
}
}

0 comments on commit 1161f3f

Please sign in to comment.