v1.6 released

This commit is contained in:
carodej
2020-05-28 13:00:54 +02:00
parent a76d1dec3b
commit 252b6fd0bf
63 changed files with 1205 additions and 938 deletions

View File

@@ -45,7 +45,7 @@
.fade-enter-active,
.fade-leave-active {
transition: 0.8s ease;
transition: 0.3s ease;
}
.fade-enter,
@@ -107,6 +107,7 @@
justify-content: center;
padding: 0;
font-size: 20px;
margin-right: 10px;
}
&.success {
@@ -133,4 +134,28 @@
}
}
}
@media only screen and (max-width: 690px) {
.toastr-item {
margin-bottom: 0;
margin-top: 20px;
max-width: 100%;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
@include transform(translateY(100%));
}
}
@media (prefers-color-scheme: dark) {
.toastr-item {
&.success, &.danger {
background: $dark_mode_foreground;
}
}
}
</style>