Added the hover effects on datasources (#4303)

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
This commit is contained in:
Syed Ansar 2022-11-17 14:50:12 +05:30 committed by GitHub
parent e1ef96ce7a
commit 016620589f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,10 +200,15 @@ button {
padding: 10px;
align-items: center;
cursor: pointer;
transition: transform .2s;
p {
margin: 0 8px 0 15px;
}
&:hover{
transform: scale(1.02);
box-shadow: 0.1px 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
}
}
// end :: data source card style