Skip to content

Commit df26ddc

Browse files
committed
CLAP-294 Fix: 이메일 폼 파일 수정 및 색상 변경
<footer> - 관련: #350
1 parent c75f6fc commit df26ddc

File tree

7 files changed

+25
-28
lines changed

7 files changed

+25
-28
lines changed

src/main/resources/templates/comment.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
2323
}
2424
.header {
25-
background-color: #0052cc;
25+
background-color: #7879EB;
2626
color: #ffffff;
2727
padding: 15px;
2828
text-align: center;
@@ -39,15 +39,15 @@
3939
margin: 20px 0;
4040
}
4141
.cta-button a {
42-
background-color: #0052cc;
42+
background-color: #7879EB;
4343
color: #ffffff;
4444
text-decoration: none;
4545
padding: 10px 20px;
4646
border-radius: 5px;
4747
font-weight: bold;
4848
}
4949
.cta-button a:hover {
50-
background-color: #0041a7;
50+
background-color: #18181B;
5151
}
5252
.footer {
5353
text-align: center;

src/main/resources/templates/invitation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
2323
}
2424
.header {
25-
background-color: #0052cc;
25+
background-color: #7879EB;
2626
color: #ffffff;
2727
padding: 15px;
2828
text-align: center;
@@ -39,15 +39,15 @@
3939
margin: 20px 0;
4040
}
4141
.cta-button a {
42-
background-color: #0052cc;
42+
background-color: #7879EB;
4343
color: #ffffff;
4444
text-decoration: none;
4545
padding: 10px 20px;
4646
border-radius: 5px;
4747
font-weight: bold;
4848
}
4949
.cta-button a:hover {
50-
background-color: #0041a7;
50+
background-color: #18181B;
5151
}
5252
.footer {
5353
text-align: center;

src/main/resources/templates/processor-assign.html renamed to src/main/resources/templates/processor-assigned.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
2323
}
2424
.header {
25-
background-color: #0052cc;
25+
background-color: #7879EB;
2626
color: #ffffff;
2727
padding: 15px;
2828
text-align: center;
@@ -39,15 +39,15 @@
3939
margin: 20px 0;
4040
}
4141
.cta-button a {
42-
background-color: #0052cc;
42+
background-color: #7879EB;
4343
color: #ffffff;
4444
text-decoration: none;
4545
padding: 10px 20px;
4646
border-radius: 5px;
4747
font-weight: bold;
4848
}
4949
.cta-button a:hover {
50-
background-color: #0041a7;
50+
background-color: #18181B;
5151
}
5252
.footer {
5353
text-align: center;
@@ -66,7 +66,7 @@
6666
<body>
6767
<div class="email-container">
6868
<div class="header">
69-
TaskFlow 알림 서비스
69+
TaskFlow 업데이트 알림
7070
</div>
7171
<div class="content">
7272
<p>"<strong th:text="${title}"></strong>" 작업의 담당자가 할당되었습니다.</p>

src/main/resources/templates/processor-change.html renamed to src/main/resources/templates/processor-changed.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
2323
}
2424
.header {
25-
background-color: #0052cc;
25+
background-color: #7879EB;
2626
color: #ffffff;
2727
padding: 15px;
2828
text-align: center;
@@ -39,15 +39,15 @@
3939
margin: 20px 0;
4040
}
4141
.cta-button a {
42-
background-color: #0052cc;
42+
background-color: #7879EB;
4343
color: #ffffff;
4444
text-decoration: none;
4545
padding: 10px 20px;
4646
border-radius: 5px;
4747
font-weight: bold;
4848
}
4949
.cta-button a:hover {
50-
background-color: #0041a7;
50+
background-color: #18181B;
5151
}
5252
.footer {
5353
text-align: center;
@@ -66,7 +66,7 @@
6666
<body>
6767
<div class="email-container">
6868
<div class="header">
69-
TaskFlow 알림 서비스
69+
TaskFlow 업데이트 알림
7070
</div>
7171
<div class="content">
7272
<p><strong th:text="${title}"></strong> 작업의 담당자가 변경되었습니다.</p>

src/main/resources/templates/status-switch.html renamed to src/main/resources/templates/status-switched.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
2323
}
2424
.header {
25-
background-color: #0052cc;
25+
background-color: #7879EB;
2626
color: #ffffff;
2727
padding: 15px;
2828
text-align: center;
@@ -39,15 +39,15 @@
3939
margin: 20px 0;
4040
}
4141
.cta-button a {
42-
background-color: #0052cc;
42+
background-color: #7879EB;
4343
color: #ffffff;
4444
text-decoration: none;
4545
padding: 10px 20px;
4646
border-radius: 5px;
4747
font-weight: bold;
4848
}
4949
.cta-button a:hover {
50-
background-color: #0041a7;
50+
background-color: #18181B;
5151
}
5252
.footer {
5353
text-align: center;
@@ -66,13 +66,10 @@
6666
<body>
6767
<div class="email-container">
6868
<div class="header">
69-
TaskFlow 알림 서비스
69+
TaskFlow 업데이트 알림
7070
</div>
7171
<div class="content">
72-
<p><strong th:text="${title}"></strong> 작업 상태가 변경되었습니다.</p>
73-
<ul>
74-
<li>작업 상태: <span th:text="${status}"></span></li>
75-
</ul>
72+
<p><strong th:text="${title}"></strong> 작업 상태가 <strong><span th:text="${status}"></span></strong> 변경되었습니다.</p>
7673
<div class="cta-button">
7774
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">확인하기</a>
7875
</div>

src/main/resources/templates/task-request.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
2323
}
2424
.header {
25-
background-color: #0052cc;
25+
background-color: #7879EB;
2626
color: #ffffff;
2727
padding: 15px;
2828
text-align: center;
@@ -39,15 +39,15 @@
3939
margin: 20px 0;
4040
}
4141
.cta-button a {
42-
background-color: #0052cc;
42+
background-color: #7879EB;
4343
color: #ffffff;
4444
text-decoration: none;
4545
padding: 10px 20px;
4646
border-radius: 5px;
4747
font-weight: bold;
4848
}
4949
.cta-button a:hover {
50-
background-color: #0041a7;
50+
background-color: #18181B;
5151
}
5252
.footer {
5353
text-align: center;

src/main/resources/templates/verification.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
2323
}
2424
.header {
25-
background-color: #0052cc;
25+
background-color: #7879EB;
2626
color: #ffffff;
2727
padding: 15px;
2828
text-align: center;
@@ -39,15 +39,15 @@
3939
margin: 20px 0;
4040
}
4141
.cta-button a {
42-
background-color: #0052cc;
42+
background-color: #7879EB;
4343
color: #ffffff;
4444
text-decoration: none;
4545
padding: 10px 20px;
4646
border-radius: 5px;
4747
font-weight: bold;
4848
}
4949
.cta-button a:hover {
50-
background-color: #0041a7;
50+
background-color: #18181B;
5151
}
5252
.footer {
5353
text-align: center;

0 commit comments

Comments
 (0)