better search UI

This commit is contained in:
Eugene Pankov
2019-12-01 18:52:22 +01:00
parent 656f5c2561
commit 471f9effcf
6 changed files with 41 additions and 18 deletions

View File

@@ -10,6 +10,10 @@
background-image: none;
width: auto;
&.toast-error {
background-color: #BD362F;
}
&.toast-info {
background-color: #555;
}