Update web/patients.html
Browse files- web/patients.html +7 -0
web/patients.html
CHANGED
|
@@ -249,6 +249,13 @@
|
|
| 249 |
.toast-error .toast-progress { background: #dc3545; }
|
| 250 |
.toast-warning .toast-progress { background: #ffc107; }
|
| 251 |
.toast-info .toast-progress { background: #17a2b8; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 252 |
</style>
|
| 253 |
</head>
|
| 254 |
<body class="vertical light">
|
|
|
|
| 249 |
.toast-error .toast-progress { background: #dc3545; }
|
| 250 |
.toast-warning .toast-progress { background: #ffc107; }
|
| 251 |
.toast-info .toast-progress { background: #17a2b8; }
|
| 252 |
+
|
| 253 |
+
.search-section h5,
|
| 254 |
+
.search-section h6,
|
| 255 |
+
.search-section label,
|
| 256 |
+
.search-section .filter-chip {
|
| 257 |
+
color: #212529 !important;
|
| 258 |
+
}
|
| 259 |
</style>
|
| 260 |
</head>
|
| 261 |
<body class="vertical light">
|