Skip to content

Commit

Permalink
refactor(template) : 버튼 글자 가운데 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
Woongbin06 committed Apr 26, 2024
1 parent 8ebe6b1 commit a6797b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
13 changes: 6 additions & 7 deletions main-server/src/main/resources/templates/accept-mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8">
<title>Send Mail</title>
</head>
<body>
<body style="font-family: 'Wanted Sans Variable', 'Wanted Sans', -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;">
<div class="back" style="width: 480px; height: 480px;">
<div style="width: 100%;">
<div>
<img src="https://sickgyun.s3.ap-northeast-2.amazonaws.com/file1317437e-d407-4cd6-be35-0e45ed8c1b2b"
style="display: block; width: 141px; height: 48px; margin: 0 auto;" alt="Logo">
<h2 style="font-size: 24px; font-weight: 700; text-align: center; margin-top: 40px; margin-bottom: 35px;">
Expand All @@ -15,9 +15,8 @@ <h2 style="font-size: 24px; font-weight: 700; text-align: center; margin-top: 40
</div>
<a href="https://sickgyun.com/email" style="text-decoration-line: none;">
<div class="coffeeChatButton" style="
display: flex;
align-items: center;
justify-content: center;
display: block;
text-align: center;
margin-top: 20px;
background-color: #7046f7;
width: 100%;
Expand All @@ -26,8 +25,8 @@ <h2 style="font-size: 24px; font-weight: 700; text-align: center; margin-top: 40
color: white;
cursor: pointer;
font-size: 16px;
font-weight: 500;
line-height: 130%;
font-weight: 500;
line-height: 54px;
">
식견에서 확인하기
</div>
Expand Down
11 changes: 5 additions & 6 deletions main-server/src/main/resources/templates/application-mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Send Mail</title>
</head>
<body>
<body style="font-family: 'Wanted Sans Variable', 'Wanted Sans', -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;">
<div class="back" style="width: 480px; height: 480px;">
<div>
<img src="https://sickgyun.s3.ap-northeast-2.amazonaws.com/file1317437e-d407-4cd6-be35-0e45ed8c1b2b"
Expand All @@ -18,9 +18,8 @@ <h2 style="font-size: 24px; font-weight: 700; text-align: center; margin-top: 40
</div>
<a href="https://sickgyun.com/email" style="text-decoration-line: none;">
<div class="coffeeChatButton" style="
display: flex;
align-items: center;
justify-content: center;
display: block;
text-align: center;
margin-top: 20px;
background-color: #7046f7;
width: 100%;
Expand All @@ -29,8 +28,8 @@ <h2 style="font-size: 24px; font-weight: 700; text-align: center; margin-top: 40
color: white;
cursor: pointer;
font-size: 16px;
font-weight: 500;
line-height: 130%;
font-weight: 500;
line-height: 54px;
">
식견에서 확인하기
</div>
Expand Down
11 changes: 5 additions & 6 deletions main-server/src/main/resources/templates/reject-mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Send Mail</title>
</head>
<body>
<body style="font-family: 'Wanted Sans Variable', 'Wanted Sans', -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;">
<div class="back" style="width: 480px; height: 480px;">
<div>
<img src="https://sickgyun.s3.ap-northeast-2.amazonaws.com/file1317437e-d407-4cd6-be35-0e45ed8c1b2b"
Expand All @@ -18,9 +18,8 @@ <h2 style="font-size: 24px; font-weight: 700; text-align: center; margin-top: 40
</div>
<a href="https://sickgyun.com/email" style="text-decoration-line: none;">
<div class="coffeeChatButton" style="
display: flex;
align-items: center;
justify-content: center;
display: block;
text-align: center;
margin-top: 20px;
background-color: #7046f7;
width: 100%;
Expand All @@ -29,8 +28,8 @@ <h2 style="font-size: 24px; font-weight: 700; text-align: center; margin-top: 40
color: white;
cursor: pointer;
font-size: 16px;
font-weight: 500;
line-height: 130%;
font-weight: 500;
line-height: 54px;
">
식견에서 확인하기
</div>
Expand Down

0 comments on commit a6797b8

Please sign in to comment.