10 lines
532 B
Vue
10 lines
532 B
Vue
<template>
|
|
<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 font-medium text-white/82">© 2025 Optovia. {{ $t('footer.rights') }}</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</template>
|