Merge branch 'master' of stigma:platforma
[redakcja.git] / project / static / css / master.css
index d930909..ae51e47 100644 (file)
@@ -392,4 +392,24 @@ body#base button:hover {
     padding: 0px;
 
     z-index: 100;
-}
\ No newline at end of file
+}
+
+/* ================= */
+/* = Message boxes = */
+/* ================= */
+.info {
+    background-color: gray;
+}
+
+.success {
+    background-color: green;
+}
+
+.error {
+    background-color: yellow;
+}
+
+.critical {
+    background-color: red;
+}
+