style(gift): center entity selection step heading and entity type toggle

This commit is contained in:
Jose Olarte III
2026-06-18 21:09:32 +08:00
parent 48be234af4
commit 903047f13b

View File

@@ -8,14 +8,14 @@ notifications for conflicted entities * - Template streamlined with computed CSS
properties * * @author Matthew Raymer */ properties * * @author Matthew Raymer */
<template> <template>
<div id="sectionGiftedGiver"> <div id="sectionGiftedGiver">
<label class="block font-bold mb-1"> <label class="block font-semibold text-lg capitalize text-center">
{{ stepLabel }} {{ stepLabel }}
</label> </label>
<!-- Toggle link for entity type selection --> <!-- Toggle link for entity type selection -->
<div class="text-right mb-4"> <div class="text-center mb-4">
<button <button
type="button" type="button"
class="text-sm text-blue-600 hover:text-blue-800 underline font-medium" class="text-xs text-blue-600 hover:underline uppercase"
@click="handleToggleEntityType" @click="handleToggleEntityType"
> >
{{ toggleLinkText }} {{ toggleLinkText }}