|
|
|
@ -48,7 +48,7 @@ function onOpenModal(type: ViewTypes, title = '') {
|
|
|
|
|
|
|
|
|
|
<div class="flex-1" /> |
|
|
|
|
|
|
|
|
|
<MdiPlusIcon class="group-hover:text-primary" /> |
|
|
|
|
<MdiPlus class="group-hover:text-primary" /> |
|
|
|
|
</div> |
|
|
|
|
</a-tooltip> |
|
|
|
|
</a-menu-item> |
|
|
|
@ -66,7 +66,7 @@ function onOpenModal(type: ViewTypes, title = '') {
|
|
|
|
|
|
|
|
|
|
<div class="flex-1" /> |
|
|
|
|
|
|
|
|
|
<MdiPlusIcon class="group-hover:text-primary" /> |
|
|
|
|
<MdiPlus class="group-hover:text-primary" /> |
|
|
|
|
</div> |
|
|
|
|
</a-tooltip> |
|
|
|
|
</a-menu-item> |
|
|
|
@ -84,7 +84,7 @@ function onOpenModal(type: ViewTypes, title = '') {
|
|
|
|
|
|
|
|
|
|
<div class="flex-1" /> |
|
|
|
|
|
|
|
|
|
<MdiPlusIcon class="group-hover:text-primary" /> |
|
|
|
|
<MdiPlus class="group-hover:text-primary" /> |
|
|
|
|
</div> |
|
|
|
|
</a-tooltip> |
|
|
|
|
</a-menu-item> |
|
|
|
@ -132,7 +132,7 @@ function onOpenModal(type: ViewTypes, title = '') {
|
|
|
|
|
class="group flex items-center gap-2 w-full mx-3 px-4 py-2 rounded-l !bg-primary text-white transform translate-x-4 hover:(translate-x-0 shadow-lg !opacity-100) transition duration-150 ease" |
|
|
|
|
@click.stop |
|
|
|
|
> |
|
|
|
|
<MdiHeartsCard class="text-red-500" /> |
|
|
|
|
<MdiCardsHeart class="text-red-500" /> |
|
|
|
|
{{ $t('activity.sponsorUs') }} |
|
|
|
|
</a> |
|
|
|
|
</template> |
|
|
|
|