Merge branch 'master' into kakaoFT

This commit is contained in:
rosewiper 2024-08-28 15:33:12 +09:00
commit 14b227c0f1

View File

@ -1027,7 +1027,7 @@
.template_choice_popup .emphasis_type{width: 180px;} .template_choice_popup .emphasis_type{width: 180px;}
.template_choice_popup .popup_search_wrap .template_name{width: 300px;} .template_choice_popup .popup_search_wrap .template_name{width: 300px;}
.template_choice_popup .kakao_template_list{margin: 20px 0 0 0;} .template_choice_popup .kakao_template_list{margin: 20px 0 0 0;}
.template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 78px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 11px 40px 0;} .template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 11px 40px 0;}
.template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;} .template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;}
.template_choice_popup .kakao_template_list li::after{position: absolute; content: " "; width: 100%; height: 18px; background: url(/publish/images/kakao_template_cont.png) no-repeat top center; top: 8px;} .template_choice_popup .kakao_template_list li::after{position: absolute; content: " "; width: 100%; height: 18px; background: url(/publish/images/kakao_template_cont.png) no-repeat top center; top: 8px;}
.template_choice_popup .kakao_template_list .kakao_template_wrap{width: 100%; height: 370px; padding: 30px 0 15px 0; border-radius: 22px 22px 0 0; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); background: #b6cddd; overflow-y: auto; box-sizing: border-box;} .template_choice_popup .kakao_template_list .kakao_template_wrap{width: 100%; height: 370px; padding: 30px 0 15px 0; border-radius: 22px 22px 0 0; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); background: #b6cddd; overflow-y: auto; box-sizing: border-box;}