You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.5 KiB
CSS
26 lines
1.5 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
#inquiryForm { background:#f1f1f1; padding-top:50px;}
|
|
h1 { border-bottom: none !important; margin-bottom:25px; width:80%; margin:0 auto;}
|
|
.thankyouBanner { position:relative;}
|
|
.thankyouBanner img { border-radius:4px 4px 0 0;}
|
|
|
|
|
|
/* thank you */
|
|
.thankyouHead { display: block; background:#; border-radius:4px 4px 0 0; text-align:center;position:absolute; left:0; bottom:150px; text-align:center; width:100%;}
|
|
.thankyouHead h1 { color:#fff !important; font-size:45px;}
|
|
.thankyouHead span { font-size:20px;}
|
|
.thankyouContent { background:#fff; border-radius:0 0 4px 4px; padding:35px 35px 0; margin-bottom:35px; display:block;}
|
|
@media( max-width:768px) {
|
|
.thankyouHead { bottom:50px !important;}
|
|
.thankyouHead h1 { font-size:20px !important;}
|
|
.thankyouContent { padding:15px !important}
|
|
.pgSay { padding:20px !important}
|
|
.pgSay .whatsapp strong { display: block;}
|
|
}
|
|
.pgSay { background:#f1f1f1; padding:20px 50px; border-radius:4px; font-size:20px; line-height:35px; margin-top:20px; position:relative}
|
|
.pgSay .arrow { background:url(https://data.asiahighlights.com/pic/arrow-21x26.png) no-repeat; display: block; width:21px; height:26px; left:-21px; top:calc(50% - 13px); position:absolute;}
|
|
.pgSay .whatsapp { display: block; background:url(https://data.asiahighlights.com/pic/whatsapp-icon.png) no-repeat left; padding-left:35px;}
|
|
.pgSay .whatsapp strong { color:#a31022; font-size:26px; font-weight: normal;}
|
|
.tips { display: block; margin:35px 0; padding-bottom:35px; font-size:12px; line-height:22px; color:#545454 !important;}
|