Update web/diagnosis.html
Browse files- web/diagnosis.html +12 -0
web/diagnosis.html
CHANGED
|
@@ -262,6 +262,18 @@
|
|
| 262 |
.toast-error .toast-progress { background: #dc3545; }
|
| 263 |
.toast-warning .toast-progress { background: #ffc107; }
|
| 264 |
.toast-info .toast-progress { background: #17a2b8; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 265 |
</style>
|
| 266 |
</head>
|
| 267 |
<body class="vertical light">
|
|
|
|
| 262 |
.toast-error .toast-progress { background: #dc3545; }
|
| 263 |
.toast-warning .toast-progress { background: #ffc107; }
|
| 264 |
.toast-info .toast-progress { background: #17a2b8; }
|
| 265 |
+
|
| 266 |
+
|
| 267 |
+
.alert-info h6,
|
| 268 |
+
.alert-info p,
|
| 269 |
+
.alert-info strong {
|
| 270 |
+
color: #212529 !important;
|
| 271 |
+
}
|
| 272 |
+
|
| 273 |
+
.alert-light small,
|
| 274 |
+
.alert-light strong {
|
| 275 |
+
color: #212529 !important;
|
| 276 |
+
}
|
| 277 |
</style>
|
| 278 |
</head>
|
| 279 |
<body class="vertical light">
|