Browse Source

refactor: changed font weight for toasts

Kristian Vos 5 years ago
parent
commit
428dc58feb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/App.vue

+ 4 - 0
frontend/App.vue

@@ -118,6 +118,10 @@ export default {
 
 #toasts-container {
 	z-index: 10000 !important;
+
+	.toast {
+		font-weight: 600;
+	}
 }
 
 .toast:not(:first-of-type) {