Browse Source

increase toaster size

Davide Alberani 7 years ago
parent
commit
f74b544dfc
1 changed files with 8 additions and 0 deletions
  1. 8 0
      static/css/eventman.css

+ 8 - 0
static/css/eventman.css

@@ -115,3 +115,11 @@ input[type=text].form-control, input[type=search].form-control {
 .query-input {
     min-width: 400px;
 }
+
+.toast {
+    font-size: 24px;
+}
+
+#toast-container > div {
+    width: 40%;
+}