Skip to content

Commit

Permalink
style: 탭 배경색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswl98 committed Mar 24, 2024
1 parent 64b15d3 commit 72896c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Layout/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,11 @@ export const mainWrapper = style({

export const tab = style({
position: 'fixed',
top: '84px',
top: '64px',
left: '50%',
padding: '20px 100%',
background:
'linear-gradient(180deg, #FFF 36.93%, rgba(255, 255, 255, 0.00) 100%)',
transform: 'translate(-50%, 0)',
zIndex: 50,
});
Expand Down

0 comments on commit 72896c9

Please sign in to comment.