Merge pull request #2597 from brkcvn/master

Value reduced of z-index for empty page badge
This commit is contained in:
Burak Civan 2022-08-11 17:39:25 +03:00 committed by GitHub
commit f54f5cb60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
{{ $button['text'] }}
@if (! empty($button['active_badge']))
<div class="absolute w-7 h-7 opacity-100 z-20 -top-1.5 -right-8">
<div class="absolute w-7 h-7 opacity-100 z-10 -top-1.5 -right-8">
<div class="absolute w-5 h-5 left-0 top-1 border border-gray-100 rounded-full animate-pulsate_transparent bg-white"></div>
<div class="absolute w-2 h-2 top-2.5 left-1.5 rounded-full bg-green-400"></div>
</div>