Files
site/resources/js/Shared/Feed/FooterBanned.vue

27 lines
483 B
Vue
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div
class="
transition-opacity
ease-out
flex
items-center
justify-center
bg-indigo-300 bg-opacity-75
z-10
absolute
inset-x-0
bottom-0
p-2
md:p-3
"
>
<footer class="misc-info flex space-x-4">
<span class="text-white text-xs lg:text-base font-medium">КОНТЕНТ НА МОДЕРАЦИИ</span>
</footer>
</div>
</template>
<script>
</script>