Pārlūkot izejas kodu

refactor: changed font weight for toasts

Kristian Vos 5 gadi atpakaļ
vecāks
revīzija
428dc58feb
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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) {