Parcourir la source

refactor: changed font weight for toasts

Kristian Vos il y a 5 ans
Parent
commit
428dc58feb
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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) {