This commit is contained in:
Niek van der Maas 2023-03-02 22:41:46 +04:00
parent f98cbc931f
commit 8b4e60faef
2 changed files with 6 additions and 3 deletions

View File

@ -15,4 +15,8 @@ a.is-disabled {
pointer-events: none; pointer-events: none;
cursor: default; cursor: default;
opacity: 0.5; opacity: 0.5;
} }
$footer-padding: 3rem 1.5rem;
@import "/node_modules/bulma/bulma.sass";

View File

@ -1,5 +1,4 @@
import "./app.css"; import "./app.scss";
import "../node_modules/bulma/";
import App from "./App.svelte"; import App from "./App.svelte";
const app = new App({ const app = new App({