[ publishing ] 0926수정사항

This commit is contained in:
khj
2022-09-27 16:16:26 +09:00
parent 7fbb0df091
commit f47e99f575
8 changed files with 38 additions and 25 deletions

View File

@@ -650,12 +650,20 @@ header .user_wrap .user_info .logout {
display: inline-flex !important;
}
/*20220927 퍼블 수정*/
.input-memo .memo_text{
height: 240px !important;
width: 86%;
width: 84%;
}
.input-memo .button{
margin-left: 1%;
width: 15% !important;
}
/**/
.contents .two-input{
display: inline-flex;
align-items: flex-end;
@@ -708,6 +716,7 @@ header .user_wrap .user_info .logout {
font-size: 16px;
background-color: #fff;
color: #000;
padding: 0 15px;
}
.contents .button.white:hover {
@@ -1640,8 +1649,12 @@ header .user_wrap .user_info .logout {
background-color: #000;
}
.popup.popup_form table .two-tit{
padding: 10px 0 10px 20px;
}
.popup.popup_form table .sender{
padding: 15px 0px 15px 10px
padding: 15px 0px 15px 10px;
}
.popup.popup_form table .sender-head{
@@ -1683,10 +1696,11 @@ header .user_wrap .user_info .logout {
.popup.popup_form table .sender ul .select-btn{
display: inline-flex;
width: 50%;
justify-content: space-between;
}
.popup.popup_form .select-btn button{
width: 50%;
width: 48%;
height: 30px;
font-size: 16px;
font-weight: 400;