mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
move notificationFx styles into styles directory
This commit is contained in:
parent
467720f1c4
commit
8f5ee9466a
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user