|
@@ -186,8 +186,12 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
#toasts-container .toast {
|
|
#toasts-container .toast {
|
|
- background-color: #ddd;
|
|
|
|
color: #333;
|
|
color: #333;
|
|
|
|
+ background-color: $light-grey-2 !important;
|
|
|
|
+
|
|
|
|
+ &:last-of-type {
|
|
|
|
+ background-color: $light-grey !important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -201,12 +205,10 @@ body.night-mode {
|
|
.toast {
|
|
.toast {
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
background-color: $dark-grey !important;
|
|
background-color: $dark-grey !important;
|
|
|
|
+
|
|
&:last-of-type {
|
|
&:last-of-type {
|
|
background-color: $dark-grey-2 !important;
|
|
background-color: $dark-grey-2 !important;
|
|
}
|
|
}
|
|
- &:not(:first-of-type) {
|
|
|
|
- margin-top: 5px;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|