Skip to content

Commit

Permalink
💄Agency
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Mar 27, 2020
1 parent 07d2e1f commit e774521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions components/agency.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,28 @@ const Agency = () => {
img: "/static/box1.jpg",
box: "1",
content: "ตรวจเช็คคุณสมบัติ",
description: "สัญชาติไทย อายุ 59 ปีบริบูรณ์ เเละไม่เป็นผู้ได้รับสิทธิประโยชน์จากหน่วยงานรัฐ หรือวิสาหกิจ"
description: "สัญชาติไทย อายุ 59 ปีบริบูรณ์ เเละไม่เป็นผู้ได้รับสิทธิประโยชน์จากหน่วยงานรัฐ หรือวิสาหกิจ",
},
{
img: "/static/box2.jpg",
box: "2",
content: "เตรียมเอกสาร",
description: "บัตรประชาชน ทะเบียนบ้าน สมุดบัญชีเงินฝาก"
description: "บัตรประชาชน ทะเบียนบ้าน สมุดบัญชีเงินฝาก",
},
{
img: "/static/box3.jpg",
box: "3",
content: "ยื่นคำขอลงทะเบียน",
description: "ที่สำนักงานเขต หรือเทศบาล ที่มีชื่ออยู่ในทะเบียนบ้าน"
description: "ที่สำนักงานเขต หรือเทศบาล ที่มีชื่ออยู่ในทะเบียนบ้าน",
},
{
img: "/static/box4.jpg",
box: "4",
content: "รออนุมัติ เพื่อรับเงิน",
description: "รับเป็นเงินสด หรือโอนเข้าบัญชีธนาคารด้วยตนเอง หรือโดยผู้เเเทน"
description: `รับเป็นเงินสดหรือโอนเข้าบัญชีธนาคารด้วยตนเองหรือโดยผู้เเเทน`
},
])


return (
<div className="warp-agency">
{
Expand Down
4 changes: 2 additions & 2 deletions styles/agency.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,13 @@ $font-color-text-in-border: white !important;
@media (max-width: 575.98px) {
justify-content: start !important;
}

img {
width: 20rem;
height: 15rem;
}
}
}

.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
background-color: $primary-color;
}
Expand Down Expand Up @@ -115,5 +114,6 @@ $font-color-text-in-border: white !important;

@media (max-width: 575.98px) {
margin-left: 1rem;
width: 17rem !important;
}
}

1 comment on commit e774521

@vercel
Copy link

@vercel vercel bot commented on e774521 Mar 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.