Skip to content

Commit

Permalink
style: 답안 공유 URL 복사 시 툴팁 위
Browse files Browse the repository at this point in the history
[#2]
  • Loading branch information
YuHyun-P committed Dec 3, 2023
1 parent 274903d commit 7681ab3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const copyTooltip = style([
display: "none",
position: "absolute",
left: "50%",
bottom: -33,
top: -33,
transform: "translateX(-50%)",
padding: 2,
color: color.$scale.grey700,
Expand All @@ -95,13 +95,13 @@ export const copyTooltip = style([
},

"::before": {
top: -10,
borderColor: `transparent transparent ${color.$semantic.border} transparent`,
bottom: -10,
borderColor: `${color.$semantic.border} transparent transparent transparent`,
},

"::after": {
top: -9,
borderColor: `transparent transparent ${color.$scale.grey50} transparent`,
bottom: -9,
borderColor: `${color.$scale.grey50} transparent transparent transparent`,
},
},
]);

0 comments on commit 7681ab3

Please sign in to comment.