浏览代码

Tags "Add" button is too in your face

Vijayakrishnan 4 年之前
父节点
当前提交
e9201dee09
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/layouts/patient.blade.php

+ 2 - 2
resources/views/layouts/patient.blade.php

@@ -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">