Ver Fonte

Fat divider after note content

Vijayakrishnan há 3 anos atrás
pai
commit
50d334a2da

+ 4 - 0
public/css/style.css

@@ -3697,3 +3697,7 @@ table.v-top th {
     line-height: 12px;
     right: calc(50% - 7px);
 }
+.note-content-divider {
+    background: #ddd;
+    height: 20px;
+}

+ 2 - 0
resources/views/app/patient/note/dashboard.blade.php

@@ -922,6 +922,8 @@ use App\Models\Handout;
                     @include('app/patient/note/follow-up-appointment')
                 </div>
 
+                <div class="note-content-divider"></div>
+
                 <span class="d-none latest-section-ts">{{ $latestSectionTS }}</span>
 
                 <!-- handouts -->