Parcourir la source

Added style for warning text

E.Cannon il y a 7 ans
Parent
commit
812a8885e8
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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;
 }