Răsfoiți Sursa

minor update

Peter Muturi 3 ani în urmă
părinte
comite
39fe70e965
1 a modificat fișierele cu 12 adăugiri și 8 ștergeri
  1. 12 8
      resources/views/app/patient/note/custom-visit.blade.php

+ 12 - 8
resources/views/app/patient/note/custom-visit.blade.php

@@ -41,8 +41,10 @@
     .vt-group {
     }
     .vt-heading {
-        font-weight: bolder;
-        text-decoration: underline;
+      font-family: Verdana, sans-serif;
+      font-size: 12px;
+      font-weight: bold;
+      margin-bottom: 5px;
     }
     .vt-children {
         margin-left: 20px;
@@ -51,25 +53,27 @@
 
     }
     .vt-leaf {
-
+      margin-bottom: 12px;
     }
     .vt-leaf .vt-leaf-name {
-        font-weight: bold;
+      font-family: Verdana, sans-serif;
+      font-size: 12px;
+      font-weight: bold;
     }
     .vt-leaf .vt-leaf-summary {
         margin-left: 10px;
     }
     .vt-group.vt-pos-0 > .vt-heading {
-        font-size: 1.6em;
+        text-decoration: underline;
     }
     .vt-leaf.vt-pos-0 > .vt-leaf-name {
-        font-size: 1.6em;
+        text-decoration: underline;
     }
     .vt-group.vt-pos-1 > .vt-heading {
-        font-size: 1.4em;
+        /* font-size: 1.4em; */
     }
     .vt-leaf.vt-pos-1 > .vt-leaf-name {
-        font-size: 1.4em;
+        /* font-size: 1.4em; */
     }
 
 </style>