fix animated save button on repair code page

This commit is contained in:
2021-09-05 16:46:32 -04:00
parent cca9f4d811
commit 654ffeac15
+2 -2
View File
@@ -36,7 +36,7 @@ input[type="button"] {
text-decoration: none;
cursor: pointer;
border: none;
transition: all 250ms ease-in;
transition: color 250ms ease-in, background-color 250ms ease-in;
}
input[type="button"]:hover {
@@ -58,7 +58,7 @@ input[name="btnCancel"] {
color: var(--white);
position: fixed;
bottom: 20px;
right: 80px;
right: 100px;
}
input[id="btnSubmitForApproval"]:hover {