mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Added the hover effects on datasources (#4303)
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
This commit is contained in:
parent
e1ef96ce7a
commit
016620589f
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue