[Web] Style changes to DKIM import section, push login errors to Redis channel

This commit is contained in:
andryyy
2017-07-04 18:05:04 +02:00
parent ace247b3b9
commit a2f1c09a84
6 changed files with 34 additions and 7 deletions

View File

@@ -31,3 +31,14 @@ body.modal-open {
.inputMissingAttr {
border-color: #FF4136;
}
.rotate {
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.rotate.animation {
-ms-transform:rotateX(180deg);
-moz-transform:rotateX(180deg);
-webkit-transform:rotateX(180deg);
transform:rotateX(180deg);
}