Explorar el Código

Added style for warning text

E.Cannon hace 7 años
padre
commit
812a8885e8
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      theme/css/form.css

+ 5 - 0
theme/css/form.css

@@ -8,4 +8,9 @@ div.center {
   padding: 10px;
   border: 1px solid #be7;
   background-color: #f8fff0;
+}
+
+.warning {
+  color: #D31B0C;
+  font-weight: bold;
 }