Skip to content

Commit

Permalink
fix(contact): contact 디자인 이슈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHunJin committed Oct 24, 2021
1 parent 1fbab19 commit c9e2918
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 10 deletions.
4 changes: 2 additions & 2 deletions assets/img/arrow_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/img/arrow_up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion components/contact/contactBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default defineComponent({
flex-direction: row;
font-weight: 700;
background-color: $grey01;
border-radius: 16px;
justify-content: space-between;
box-sizing: border-box;
Expand All @@ -85,6 +84,7 @@ export default defineComponent({
font-size: 24px;
line-height: 36px;
padding: 32px;
border-radius: 16px;
.iconText {
margin-left: 16px;
Expand All @@ -106,6 +106,7 @@ export default defineComponent({
font-size: 24px;
line-height: 36px;
padding: 32px;
border-radius: 16px;
.text {
font-size: 18px;
Expand All @@ -123,6 +124,7 @@ export default defineComponent({
font-size: 24px;
line-height: 36px;
padding: 32px;
border-radius: 16px;
.iconText {
margin-left: 16px;
Expand All @@ -140,6 +142,7 @@ export default defineComponent({
font-size: 16px;
line-height: 24px;
padding: 24px;
border-radius: 8px;
.iconText {
margin-left: 8px;
Expand All @@ -157,6 +160,7 @@ export default defineComponent({
font-size: 16px;
line-height: 24px;
padding: 24px;
border-radius: 8px;
.iconText {
margin-left: 8px;
Expand Down
44 changes: 39 additions & 5 deletions components/contact/faqBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ export default defineComponent({
font-weight: 400;
white-space: pre-wrap;
}
.icon {
align-self: center;
}
}
@include d-c3 {
Expand All @@ -87,7 +91,13 @@ export default defineComponent({
.answerArea {
font-size: 18px;
line-height: 27px;
margin-top: 16px;
margin-top: 24px;
}
.icon {
width: 24px;
height: 24px;
margin-left: 24px;
}
}
Expand All @@ -104,7 +114,13 @@ export default defineComponent({
.answerArea {
font-size: 18px;
line-height: 27px;
margin-top: 16px;
margin-top: 24px;
}
.icon {
width: 24px;
height: 24px;
margin-left: 24px;
}
}
Expand All @@ -121,7 +137,13 @@ export default defineComponent({
.answerArea {
font-size: 18px;
line-height: 27px;
margin-top: 16px;
margin-top: 24px;
}
.icon {
width: 24px;
height: 24px;
margin-left: 24px;
}
}
Expand All @@ -138,7 +160,13 @@ export default defineComponent({
.answerArea {
font-size: 14px;
line-height: 21px;
margin-top: 8px;
margin-top: 16px;
}
.icon {
width: 16px;
height: 16px;
margin-left: 16px;
}
}
Expand All @@ -155,7 +183,13 @@ export default defineComponent({
.answerArea {
font-size: 14px;
line-height: 21px;
margin-top: 8px;
margin-top: 16px;
}
.icon {
width: 16px;
height: 16px;
margin-left: 16px;
}
}
</style>

0 comments on commit c9e2918

Please sign in to comment.