[1004] 1:1 1) 버튼 색 변경 2) 상세내용 위치 변경 #62

Merged
ysCha merged 1 commits from feature/ysCha into dev 2025-05-27 16:55:22 +09:00
2 changed files with 7 additions and 4 deletions

View File

@ -428,8 +428,8 @@ let fileCheck = false;
</div> </div>
<div className="footer-btn-wrap"> <div className="footer-btn-wrap">
{isBtnDisable === false && <button className="btn-origin grey mr5" onClick={handleQnaSubmit}>{getMessage("qna.reg.header.save")}</button>} {isBtnDisable === false && <button className="btn-origin navy mr5" onClick={handleQnaSubmit}>{getMessage("qna.reg.header.save")}</button>}
<button className="btn-origin navy" onClick={() => { <button className="btn-origin grey" onClick={() => {
setOpen(false) setOpen(false)
}}>{getMessage("board.sub.btn.close")}</button> }}>{getMessage("board.sub.btn.close")}</button>
</div> </div>

View File

@ -447,10 +447,11 @@
border-top: none; border-top: none;
.community_detail-file-wrap{ .community_detail-file-wrap{
padding-top: 0; padding-top: 0;
margin-bottom: 24px;
} }
.community_detail-inner{ .community_detail-inner{
max-height: 110px; max-height: 110px;
margin-top: 24px; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
} }
@ -461,12 +462,14 @@
border: 1px solid #101010; border: 1px solid #101010;
.community_detail-inner{ .community_detail-inner{
max-height: 110px; max-height: 110px;
margin-top: 20px;
margin-bottom: 0;
} }
.community_detail-file-wrap{ .community_detail-file-wrap{
border-top: 1px solid #D4DCE7; border-top: 1px solid #D4DCE7;
padding: 16px 0 0 0; padding: 16px 0 0 0;
border-bottom: none; border-bottom: none;
margin-top: 20px;
} }
} }