increase toaster size

This commit is contained in:
Davide Alberani 2017-05-05 08:50:51 +02:00
parent c3f93609c1
commit f74b544dfc

View file

@ -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%;
}