]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/assets/app.scss
Avoid hidding all info when copy pasting the exemple config
[github/bastienwirtz/homer.git] / src / assets / app.scss
index ae2cb6b26fb36496ea231626bce4911a638c71a3..4ce417a9064345ff3380949850e8a802683c75f3 100644 (file)
@@ -1,8 +1,8 @@
 @charset "utf-8";
 
 @import "./webfonts/webfonts.scss";
-
-@import "bulma";
+@import "../../node_modules/bulma/bulma";
+@import "./components/status.scss";
 
 // Themes import
 @import "./themes/sui.scss";
@@ -13,7 +13,7 @@
   text-overflow: ellipsis;
 }
 
-html, body, body #app {
+html, body, body #app-mount, body #app {
   height: 100%;
   background-color: var(--background);
 }