mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:27:21 +09:00
[ publishing ] css 추가 수정
This commit is contained in:
@@ -390,23 +390,25 @@ header .user_wrap .user_info .logout {
|
|||||||
color: #ffffff;font-weight: 500;
|
color: #ffffff;font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents .search_wrap {
|
.contents .search_wrap{
|
||||||
background-color: #f6f6f8;
|
background-color: #f6f6f8;
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
padding: 20px 30px 40px;
|
padding: 20px 30px 40px;
|
||||||
-webkit-box-align: end;
|
|
||||||
-ms-flex-align: end;
|
|
||||||
align-items: flex-end;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin: 0 40px 50px 40px; /*20220811 퍼블리싱 수정*/
|
margin: 0 40px 50px 40px; /*20220811 퍼블리싱 수정*/
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents .search_wrap .group{
|
.contents .search_wrap, .contents .search_wrap .group{
|
||||||
width: 100%;
|
display: -webkit-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: end;
|
||||||
|
-ms-flex-align: end;
|
||||||
|
align-items: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contents .search_wrap .term .group{
|
||||||
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1584,14 +1586,14 @@ header .user_wrap .user_info .logout {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
-webkit-transform: translate(0, -50%);
|
-webkit-transform: translate(0, -50%);
|
||||||
transform: translate(0, -50%);
|
transform: translate(0, -50%);
|
||||||
right: 43px;
|
right: 44px;
|
||||||
width: 14px;
|
width: 12px;
|
||||||
height: 0.3px;
|
height: 1px;
|
||||||
|
border-radius: 1px;
|
||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup.popup_form.register .input_add div+div{
|
.popup.popup_form.register .input_add div+div{
|
||||||
width: 89%;
|
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user