Skip to content

Commit

Permalink
fix(frontend): style alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Oct 3, 2024
1 parent 06ef881 commit 63a1159
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/styles/components.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "./components/alert.css";
@import "./components/basic-dropdown.css";
@import "./components/button.css";
@import "./components/power-select.css";
Expand Down
7 changes: 7 additions & 0 deletions frontend/app/styles/components/alert.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.ember-notify.alert-danger {
@apply bg-danger text-foreground-primary border-danger/80;
}

.ember-notify.alert-success {
@apply bg-success text-foreground-primary border-success/80;
}

0 comments on commit 63a1159

Please sign in to comment.