social
[prawokultury.git] / prawokultury / static / css / base.scss
index 9fd624e..67115d2 100644 (file)
@@ -28,3 +28,15 @@ h1 {
     color: #01519a;
     font-size: 2em;
 }
+
+
+.warning {
+    border: 1px solid #ddd;
+    padding: 1em;
+    background: #ffd;
+    font-size: 1.3em;
+}
+
+.notice {
+    font-size: 1.3em;
+}