diff options
Diffstat (limited to 'src/assets/app.scss')
-rw-r--r-- | src/assets/app.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assets/app.scss b/src/assets/app.scss index ae2cb6b..d112482 100644 --- a/src/assets/app.scss +++ b/src/assets/app.scss | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | @import "./webfonts/webfonts.scss"; | 3 | @import "./webfonts/webfonts.scss"; |
4 | 4 | ||
5 | @import "bulma"; | 5 | @import "../../node_modules/bulma/bulma"; |
6 | 6 | ||
7 | // Themes import | 7 | // Themes import |
8 | @import "./themes/sui.scss"; | 8 | @import "./themes/sui.scss"; |
@@ -13,7 +13,7 @@ | |||
13 | text-overflow: ellipsis; | 13 | text-overflow: ellipsis; |
14 | } | 14 | } |
15 | 15 | ||
16 | html, body, body #app { | 16 | html, body, body #app-mount, body #app { |
17 | height: 100%; | 17 | height: 100%; |
18 | background-color: var(--background); | 18 | background-color: var(--background); |
19 | } | 19 | } |