Cleanup messagelist design

This commit is contained in:
djmaze 2021-02-10 12:13:17 +01:00
parent 8c780ad353
commit 354337f174
3 changed files with 5 additions and 23 deletions

View file

@ -126,14 +126,14 @@
}
.settings-saved-trigger-input {
transition: border-color 0.5s linear;
&.success {
border-color: green !important;
transition: border-color 0.5s linear;
}
&.error {
border-color: red !important;
transition: border-color 0.5s linear;
}
}