Ver Fonte

style(toasts): most recent darker than rest

Owen Diffey há 5 anos atrás
pai
commit
9595dad15f
1 ficheiros alterados com 9 adições e 2 exclusões
  1. 9 2
      frontend/App.vue

+ 9 - 2
frontend/App.vue

@@ -124,8 +124,15 @@ export default {
 	right: 20px;
 }
 
-.toast:not(:first-of-type) {
-	margin-top: 5px;
+.toast {
+	background-color: $dark-grey !important;
+
+	&:last-of-type {
+		background-color: $dark-grey-2 !important;
+	}
+	&:not(:first-of-type) {
+		margin-top: 5px;
+	}
 }
 
 html {