Hover effects added to button

This commit is contained in:
Ram Reddy 2021-02-05 16:23:14 -05:00
parent 784256d934
commit 4ae8b6a58d
No known key found for this signature in database
GPG Key ID: F2471D6AC0E5D351
2 changed files with 11 additions and 0 deletions

View File

@ -63,6 +63,12 @@ const StyledButton = styled.button`
padding: 0 20px;
cursor: pointer;
box-sizing: border-box;
:hover {
background-color: #3D5A80;
cursor: pointer;
opacity:0.7;
}
`;
const StyledError = styled.div`

View File

@ -21,6 +21,11 @@ button2 {
background-color:#ee6c4d;
border-bottom:1px solid #7b8b2f;
}
button2:hover {
background-color: #3D5A80;
cursor: pointer;
opacity:0.7;
}
.fa {
padding: 1vw;
font-size: 5vw;