Skip to content

Commit

Permalink
move notificationFx styles into styles directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fewieden committed Oct 15, 2021
1 parent 467720f commit 8f5ee94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default/alert/alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Module.register("alert", {
},

getStyles() {
return ["notificationFx.css", "font-awesome.css", this.file(`./styles/${this.config.position}.css`)];
return ["font-awesome.css", this.file(`./styles/notificationFx.css`), this.file(`./styles/${this.config.position}.css`)];
},

getTranslations() {
Expand Down
File renamed without changes.

0 comments on commit 8f5ee94

Please sign in to comment.