|
@@ -939,7 +939,7 @@
|
|
|
</div>
|
|
|
</div> <!-- z -->
|
|
|
</div>
|
|
|
- <div class="card-header py-1 d-flex align-items-center mcp-theme-1 bg-white">
|
|
|
+ <div class="card-header py-1 d-flex align-items-center mcp-theme-1 bg-aliceblue">
|
|
|
<b class="">Tags ({{count($patient->clientTags)}}):</b>
|
|
|
@foreach($patient->clientTags as $tag)
|
|
|
<div class="d-inline-flex align-items-center ml-2 py-1 px-2 rounded bg-aliceblue text-info">
|
|
@@ -958,7 +958,7 @@
|
|
|
</div>
|
|
|
@endforeach
|
|
|
<div moe relative class="ml-2">
|
|
|
- <a href="" start show class="btn btn-sm btn-primary py-1 text-sm text-white">+ Add</a>
|
|
|
+ <a href="" start show class="text-sm">+ Add</a>
|
|
|
<form url="/api/clientTag/create" class="mcp-theme-1">
|
|
|
<input type="hidden" name="clientUid" value="{{$patient->uid}}">
|
|
|
<div class="mb-2">
|