Skip to content

Commit

Permalink
chore: use *0.7 for transparency height
Browse files Browse the repository at this point in the history
  • Loading branch information
dguerinCoveo committed Nov 4, 2024
1 parent f90464e commit 39e836a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
&.answer-collapsed:before {
@apply absolute left-0 top-0 h-full w-full content-[''];
background: linear-gradient(
transparent calc(var(--atomic-crga-collapsed-height, 16rem) - 4.75rem),
transparent calc(var(--atomic-crga-collapsed-height, 16rem) * 0.7),
var(--atomic-background)
);
}
Expand Down

0 comments on commit 39e836a

Please sign in to comment.