Explorar el Código

refactor: changed font weight for toasts

Kristian Vos hace 5 años
padre
commit
428dc58feb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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) {