Skip to content

Commit 2d33212

Browse files
committed
Added hover animation
1 parent 575ceb9 commit 2d33212

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/views/panel/config-editor.blade.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
height: 100px;
3737
padding: 20px;
3838
border-radius: 5px;
39+
-webkit-transition-duration: 0.3s;
40+
transition-duration: 0.3s;
41+
}
42+
.option:hover, .option:focus, .option:active {
43+
-webkit-transform: scale(1.01);
44+
transform: scale(1.01);
45+
box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
3946
}
4047
.opt-img{
4148
font-size: 4rem;

0 commit comments

Comments
 (0)