aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes/index.svelte
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-03-19 21:33:52 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-03-19 21:33:52 +0100
commit579f16fc51c6a8b5ff34b1afee8c2518b05e22d3 (patch)
tree982abd6a220234e50f5a255c5c3d901e6ace0b07 /web/pw-server/src/routes/index.svelte
parente4e581b3462debeada522e8f034189e01785421c (diff)
downloadplanetwars.dev-579f16fc51c6a8b5ff34b1afee8c2518b05e22d3.tar.xz
planetwars.dev-579f16fc51c6a8b5ff34b1afee8c2518b05e22d3.zip
create common styles for account forms
Diffstat (limited to 'web/pw-server/src/routes/index.svelte')
-rw-r--r--web/pw-server/src/routes/index.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/pw-server/src/routes/index.svelte b/web/pw-server/src/routes/index.svelte
index dcc40ca..984910e 100644
--- a/web/pw-server/src/routes/index.svelte
+++ b/web/pw-server/src/routes/index.svelte
@@ -182,7 +182,7 @@
</div>
<style lang="scss">
- @import "../lib/variables.scss";
+ @import "src/styles/variables.scss";
.container {
display: flex;