Skip to content

Commit

Permalink
Design: 글로벌 스타일 수정 및 최종 스타일 점검
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Nov 23, 2024
1 parent 0c3ca4a commit 26c428a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion src/app/account/profile/page.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { style } from '@vanilla-extract/css';
export const page = style({
margin: 'auto',
maxWidth: 430,
height: '100vh',
minHeight: '100vh',

display: 'flex',
flexDirection: 'column',
Expand All @@ -17,6 +17,8 @@ export const content = style({
width: '100%',
padding: '18px 16px',

flexGrow: 1,

display: 'flex',
flexDirection: 'column',
alignItems: 'center',
Expand Down
9 changes: 0 additions & 9 deletions src/styles/GlobalStyles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ globalStyle('html', {
backgroundColor: vars.color.white,
});

globalStyle('body', {
backgroundColor: '#F5F6FA !important',
});

globalStyle('body *', {
boxSizing: 'border-box',
fontFamily: Pretendard,
Expand All @@ -22,7 +18,6 @@ globalStyle('body, div, span, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul,
margin: 0,
padding: 0,
border: 0,
maxWidth: 430,
});

globalStyle('a', {
Expand All @@ -31,10 +26,6 @@ globalStyle('a', {
cursor: 'pointer',
});

globalStyle('ol, ul', {
listStyle: 'none',
});

globalStyle('button', {
cursor: 'pointer',
color: vars.color.black,
Expand Down

0 comments on commit 26c428a

Please sign in to comment.