Updated
This commit is contained in:
parent
51161808ae
commit
ed7f12cac4
22 changed files with 162 additions and 113 deletions
|
|
@ -1,6 +0,0 @@
|
|||
[backend]
|
||||
url = "http://localhost:8080"
|
||||
|
||||
[request]
|
||||
retries = 3
|
||||
retry_codes = [400, 404, 405, 500, 502]
|
||||
|
|
@ -2,6 +2,8 @@
|
|||
name = "Dasig"
|
||||
short_name = "Dasig"
|
||||
description = "An architectural framework for pure speed fullstack development"
|
||||
developer = "Pat Alcala"
|
||||
designer = "Pat Alcala"
|
||||
|
||||
[font]
|
||||
name = "inter"
|
||||
|
|
@ -9,5 +11,5 @@ source = "cdn" # cdn or local
|
|||
|
||||
[copyright]
|
||||
name = "Pat Alcala"
|
||||
year = 2025
|
||||
year = 2026
|
||||
color = "#ffffffff"
|
||||
|
|
|
|||
2
configs/design/colors.sass
Normal file
2
configs/design/colors.sass
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$white: #f4f3f2
|
||||
$black: #0A0A0A
|
||||
|
|
@ -1,6 +1,2 @@
|
|||
$light-background: #e2e7f2
|
||||
$dark-background: #0a152a
|
||||
|
||||
$mobile: 575.98px
|
||||
$tablet: 768px
|
||||
$desktop: 1440px
|
||||
3
configs/design/sizes.sass
Normal file
3
configs/design/sizes.sass
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
$mobile: 575.98px
|
||||
$tablet: 768px
|
||||
$desktop: 1440px
|
||||
Loading…
Add table
Add a link
Reference in a new issue