diff --git a/style.css b/style.css index c9696b1..980e819 100644 --- a/style.css +++ b/style.css @@ -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 {