fixed the relation ship thicker in the My Family dashboard
This commit is contained in:
parent
9d958d4ed7
commit
734ea01851
@ -168,16 +168,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Sponsor/Guardian Info -->
|
|
||||||
<div class="px-4 py-2 {{ $relationship->dependent->gender == 'm' ? 'bg-primary' : 'bg-danger' }} bg-opacity-10 border-bottom">
|
|
||||||
<div class="d-flex align-items-center gap-2 small">
|
|
||||||
<i class="bi bi-person-badge {{ $relationship->dependent->gender == 'm' ? 'text-primary' : 'text-danger' }}"></i>
|
|
||||||
<span class="fw-medium {{ $relationship->dependent->gender == 'm' ? 'text-primary' : 'text-danger' }}">
|
|
||||||
{{ ucfirst($relationship->relationship_type) }}: {{ $user->full_name }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Contact Info -->
|
<!-- Contact Info -->
|
||||||
<div class="px-4 py-3 bg-light border-bottom">
|
<div class="px-4 py-3 bg-light border-bottom">
|
||||||
@if($relationship->dependent->mobile)
|
@if($relationship->dependent->mobile)
|
||||||
@ -263,6 +253,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Sponsor/Guardian Info - Footer -->
|
||||||
|
<div class="px-4 py-2 {{ $relationship->dependent->gender == 'm' ? 'bg-primary' : 'bg-danger' }} bg-opacity-10 border-top">
|
||||||
|
<div class="d-flex align-items-center justify-content-center gap-2 small">
|
||||||
|
<i class="bi bi-person-badge {{ $relationship->dependent->gender == 'm' ? 'text-primary' : 'text-danger' }}"></i>
|
||||||
|
<span class="fw-medium {{ $relationship->dependent->gender == 'm' ? 'text-primary' : 'text-danger' }}">
|
||||||
|
{{ strtoupper($relationship->relationship_type) }} : {{ strtoupper($user->full_name) }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
<div class="flex-grow-1 p-4">
|
<div class="flex-grow-1 p-4">
|
||||||
<div class="d-flex justify-content-between align-items-start mb-2">
|
<div class="d-flex justify-content-between align-items-start mb-2">
|
||||||
<h3 class="fw-bold mb-0">{{ $relationship->dependent->full_name }}</h3>
|
<h3 class="fw-bold mb-0">{{ $relationship->dependent->full_name }}</h3>
|
||||||
<button class="btn btn-primary btn-sm">
|
<button class="btn btn-primary btn-sm rounded-pill">
|
||||||
<i class="bi bi-person-plus me-1"></i>Follow
|
<i class="bi bi-person-plus me-1"></i>Follow
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user