Răsfoiți Sursa

add .wbw_error .icon

visuddhinanda 2 ani în urmă
părinte
comite
c329e8e466
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      dashboard/src/components/template/Wbw/wbw.css

+ 3 - 1
dashboard/src/components/template/Wbw/wbw.css

@@ -89,7 +89,9 @@
 .wbw_error {
 .wbw_error {
   text-decoration-color: red;
   text-decoration-color: red;
 }
 }
-
+.wbw_error .icon {
+  color: red;
+}
 .wbw_warning {
 .wbw_warning {
   text-decoration-color: orange;
   text-decoration-color: orange;
 }
 }