Skip to content

Commit 1161f3f

Browse files
authored
🔥 certif: remove useless css
1 parent e9ef086 commit 1161f3f

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

certif/app/components/import-candidates.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default class ImportCandidates extends Component {
2222
await this.args.reloadCertificationCandidate();
2323
} catch (errorResponse) {
2424
const errorMessage = this._handleErrorMessage(errorResponse);
25-
this.notifications.error(htmlSafe(errorMessage), { cssClasses: 'certification-candidates-notification' });
25+
26+
this.notifications.error(htmlSafe(errorMessage));
2627
} finally {
2728
this.isLoading = false;
2829
}

certif/app/styles/pages/authenticated/sessions/details/certification-candidates.scss

-10
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,3 @@
167167
align-items: center;
168168
}
169169
}
170-
171-
.certification-candidates-notification {
172-
p {
173-
margin: 0;
174-
flex-direction: column;
175-
}
176-
b {
177-
font-weight: bold;
178-
}
179-
}

0 commit comments

Comments
 (0)