[ publishing ] 어드민 수정사항 수정

This commit is contained in:
khj
2022-10-04 15:21:55 +09:00
parent fd36b22cd9
commit 30fa4f9bf8
6 changed files with 163 additions and 153 deletions

View File

@@ -113,11 +113,11 @@ body{
/*======================
.popup
======================*/
.dimmed {width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.2); display: none;}
.dimmed {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.2); display: none; z-index:21;}
.dimmed.open {display: block !important;}
.popup-wrap {display: none;}
.popup-wrap.open {display: block !important;}
.popup {width: 390px; z-index: 998; border-radius: 12px; background: #fff; padding: 0 30px; box-sizing: border-box; border: 1px solid rgba(197,197,197,0.36); box-shadow: 2px 2px 8px rgba(171,171,171,0.30); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); display: none;
.popup {width: 390px; z-index: 998; border-radius: 12px; background: #fff; padding: 0 30px; box-sizing: border-box; border: 1px solid rgba(197,197,197,0.36); box-shadow: 2px 2px 8px rgba(171,171,171,0.30); position: fixed; top: 50%; left: 50%; transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); -moz-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); -o-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); display: none;
max-height: 90vh; overflow: auto;}/*스크린 height 100%를 벗어나는 긴 팝업의 경우 추가 class*/
.popup.open {display: block !important;}

View File

@@ -313,7 +313,7 @@ header .user_wrap .user_info .logout {
.contents {
padding: 0 4.16vw;
padding: 0 57px;
width: calc(100% - 240px);
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
@@ -1536,7 +1536,7 @@ header .user_wrap .user_info .logout {
display: inline-flex;
align-items: center;
font-size: 14px;
padding-bottom: 5px;
padding-top: 5px;
}
.popup-btn2.bulk + .file{