Feat: Expose SMTP DKIM settings

This commit is contained in:
Nelson Chan
2021-12-19 13:30:53 +08:00
parent 0ca68f791f
commit 624cd862a5
6 changed files with 196 additions and 62 deletions

View File

@@ -313,6 +313,20 @@ textarea.form-control {
opacity: 0;
}
.slide-fade-up-enter-active {
transition: all 0.2s $easing-in;
}
.slide-fade-up-leave-active {
transition: all 0.2s $easing-in;
}
.slide-fade-up-enter-from,
.slide-fade-up-leave-to {
transform: translateY(-50px);
opacity: 0;
}
.monitor-list {
&.scrollbar {
min-height: calc(100vh - 240px);