Skip to content

Commit

Permalink
style: 리사이징 바 1단
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyun-P committed Dec 4, 2023
1 parent 96d03bc commit e6748e6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/frontend/src/pages/quizzes/quiz.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,24 @@ export const bar = style([
middleLayer,
border.all,
{
position: "relative",
minHeight: 20,
borderBottom: "none",
backgroundColor: color.$scale.grey100,
cursor: "row-resize",

"::before": {
content: "",
position: "absolute",
left: "50%",
transform: "translateX(-50%)",
display: "block",
width: 60,
height: 3,
borderRadius: 8,
backgroundColor: color.$scale.grey400,
top: -5,
},
},
]);

Expand Down

0 comments on commit e6748e6

Please sign in to comment.