Pārlūkot izejas kodu

style(toasts): most recent darker than rest

Owen Diffey 5 gadi atpakaļ
vecāks
revīzija
9595dad15f
1 mainītis faili ar 9 papildinājumiem un 2 dzēšanām
  1. 9 2
      frontend/App.vue

+ 9 - 2
frontend/App.vue

@@ -124,8 +124,15 @@ export default {
 	right: 20px;
 	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 {
 html {