Explorar o código

refactor: changed font weight for toasts

Kristian Vos %!s(int64=5) %!d(string=hai) anos
pai
achega
428dc58feb
Modificáronse 1 ficheiros con 4 adicións e 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) {