Adopt logistics visual system across webapp

This commit is contained in:
Ruslan Bakiev
2026-04-11 08:31:34 +07:00
parent ebe72907a4
commit a74e75049c
28 changed files with 1434 additions and 240 deletions

View File

@@ -1,8 +1,8 @@
<template>
<footer class="bg-base-200 text-base-content/80 py-6">
<div class="w-full px-4 sm:px-6 lg:px-8">
<footer class="px-3 pb-8 pt-2 text-white md:px-4">
<div class="mx-auto max-w-[1440px] rounded-[28px] border border-white/18 bg-[#10223b] px-6 py-6 shadow-[0_22px_54px_rgba(16,34,59,0.24)] [background-image:radial-gradient(circle_at_82%_18%,rgba(244,89,69,0.34),rgba(244,89,69,0)_34%),linear-gradient(130deg,#10223b_0%,#193450_100%)]">
<div class="text-center">
<p class="text-sm">© 2025 Optovia. {{ $t('footer.rights') }}</p>
<p class="text-sm font-medium text-white/82">© 2025 Optovia. {{ $t('footer.rights') }}</p>
</div>
</div>
</footer>