Przeglądaj źródła

Changed font colors for intake input.

raman 4 lat temu
rodzic
commit
5d9baa8de6
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      resources/views/app/patient/intake.blade.php

+ 3 - 0
resources/views/app/patient/intake.blade.php

@@ -206,6 +206,9 @@
 			margin-top: 10px;
 		} .intake input:not([type=checkbox]) {
 			border-width: 0 0 1px 0;
+            color: blue;
+            font-family: monospace;
+            font-weight: bold;
 			outline: none;
 			padding: 0 7px;
 		} .intake input[type=checkbox] {