Преглед изворни кода

Added style for warning text

E.Cannon пре 7 година
родитељ
комит
812a8885e8
1 измењених фајлова са 5 додато и 0 уклоњено
  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;
 }