Последняя версия с сервера прошлого разработчика
This commit is contained in:
26
resources/js/Shared/Feed/FooterBanned.vue
Executable file
26
resources/js/Shared/Feed/FooterBanned.vue
Executable file
@@ -0,0 +1,26 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user