feat(ui): enhance Countdown and layout components

* Improve Countdown component styling and structure
* Update layout to include responsive menu and background pattern
* Adjust PhotoBackground and page styles for better presentation
* Add damask pattern SVG for background use
This commit is contained in:
2026-08-11 23:58:28 +02:00
parent 39f5b8d5cc
commit 143161c234
8 changed files with 262 additions and 168 deletions
+16
View File
@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160">
<g fill="none" stroke="#D9A441" stroke-width="1" stroke-opacity="0.35">
<path d="M80,0 L160,80 L80,160 L0,80 Z" />
</g>
<g fill="#D9A441">
<circle cx="80" cy="80" r="3" fill-opacity="0.28" />
<circle cx="80" cy="71" r="7" fill-opacity="0.14" />
<circle cx="80" cy="89" r="7" fill-opacity="0.14" />
<circle cx="71" cy="80" r="7" fill-opacity="0.14" />
<circle cx="89" cy="80" r="7" fill-opacity="0.14" />
<circle cx="80" cy="0" r="2" fill-opacity="0.3" />
<circle cx="160" cy="80" r="2" fill-opacity="0.3" />
<circle cx="80" cy="160" r="2" fill-opacity="0.3" />
<circle cx="0" cy="80" r="2" fill-opacity="0.3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 736 B