Skip to content

Commit

Permalink
Merge pull request #842 from 42organization/GGFE-82-Style-NoAuth-Page
Browse files Browse the repository at this point in the history
[GGFE-82] 권한없음 페이지 스타일
  • Loading branch information
42sungwook authored Jun 20, 2023
2 parents 53fdf36 + c05e2a5 commit 06489f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const nextConfig = {
'42gg-public-test-image.s3.ap-northeast-2.amazonaws.com',
'42gg-public-image.s3.ap-northeast-2.amazonaws.com',
'cdn.intra.42.fr',
'k.kakaocdn.net',
],
},
eslint: {
Expand All @@ -32,7 +33,7 @@ const nextConfig = {
config.module.rules.push({
test: /\.svg$/i,
issuer: /\.[jt]sx?$/,
use: ["@svgr/webpack"],
use: ['@svgr/webpack'],
});
return config;
},
Expand Down
8 changes: 4 additions & 4 deletions styles/admin/AdminReject.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
height: 100vh;
min-height: 40rem;
padding: 0 4rem;
background-image: url('../../public/image/background_img.png');
background-image: url('../../public/image/login_background_img.png');
background-size: cover;
background-position: center;
background-attachment: fixed;
Expand All @@ -29,13 +29,13 @@
min-height: 28rem;
padding: 4rem 2.5rem;
border-radius: $medium-radius;
background: white;
box-shadow: 0.2rem 0.2rem 1rem $gray;
background: linear-gradient(180deg, #cd82ce 0%, #ba9aff 100%);
box-shadow: 0.2rem 0.2rem 1rem black;
}

.title {
font-size: 3rem;
font-family: $logo-font;
font-family: 'Overgrow', sans-serif;
text-align: center;
letter-spacing: 0.2rem;
}
Expand Down

0 comments on commit 06489f3

Please sign in to comment.