Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 91b4521

Browse files
committed
FIX: mixin bug in specs
1 parent 19d93d5 commit 91b4521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/modules/sentiment/common/dashboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
border-radius: var(--d-border-radius);
7979

8080
&:hover {
81-
@include transform(translateY(-1rem));
81+
transform: translateY(-1rem);
8282
box-shadow: var(--shadow-card);
8383
cursor: pointer;
8484
}

0 commit comments

Comments
 (0)