Merge branch 'master' of https://github.com/brkcvn/akaunting into page-title

This commit is contained in:
Burak Civan
2022-08-15 10:19:37 +03:00
80 changed files with 2841 additions and 264 deletions

View File

@ -25,7 +25,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>