Added: modal component

This commit is contained in:
2023-12-26 19:35:24 +01:00
parent 787f3cf77c
commit b7e4ba433c
8 changed files with 162 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
:root {
--clr1: #0f0f0f;
--clr2: #3f3f3f;
--clr3: #232D3F;
--clr4: #23455b;
--clr5: #223440;
--clr6: #ffffff;
}

View File

@@ -0,0 +1,2 @@
@import 'vars';
@import 'nav';

View File

@@ -0,0 +1,10 @@
$clr-1: orange;
$clr1: #0f0f0f;
$clr2: #3f3f3f;
$clr3: #232D3F;
$clr4: #23455b;
$clr5: #223440;
$clr6: #ffffff;
body {
}