hotfix for image-grow class
This commit is contained in:
@@ -163,12 +163,12 @@ html {
|
||||
|
||||
.image-grow {
|
||||
transition: box-shadow 350ms ease, transform 350ms ease;
|
||||
//box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
|
||||
//transform: translateY(-0.9rem) scale(1.02);
|
||||
transform: translateY(-0.9rem) scale(1.02);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user