feat: add dialog

This commit is contained in:
Mathias Schopmans
2024-02-16 10:02:21 +01:00
committed by Mathias Schopmans
parent 86c1d9090b
commit 38a59b029b
8 changed files with 705 additions and 13 deletions

View File

@@ -9,6 +9,10 @@
--background: #173d7a;
--highlight: #029df7;
--border: rgba(255, 255, 255, 0.1);
--overlay: #081a37b5;
--dialog-bg: #173d7a;
--badge: #333; /* local color which get's overridden by the element */
}
@@ -25,7 +29,8 @@ html {
html,
body {
max-width: 100vw;
overflow-x: hidden;
margin: 0;
padding: 0;
}
body {