From f74b544dfc55c65d8a63bce5cee6bd328670ac22 Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Fri, 5 May 2017 08:50:51 +0200 Subject: [PATCH] increase toaster size --- static/css/eventman.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/eventman.css b/static/css/eventman.css index 3ca4724..684c8a5 100644 --- a/static/css/eventman.css +++ b/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%; +}