diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 93956fc..7c66c3c 100755 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -249,3 +249,95 @@ border:0px solid red; margin-left: auto; } +//심의목록 셀렉터 우측으로 정렬 +.MuiGrid-root>.css-1odrivk-MuiGrid-root{ + margin-right: 330px; + border:0px solid red; +} +//심의목록 모달창 스크롤 헤더 폰트 흐림문제 수정 +.css-lzdpoz-MuiPaper-root{ + border: 1px solid #525a73; + overflow: initial; + border-width: 0px 0px 2px 2px; +} +.css-1uigskc-MuiTableCell-root{ + border: 1px solid #525a73; + border-width: 5px 1px 1px 0px; +} +.css-t78vwc-MuiTableCell-root.MuiTableCell-body { + border-right: 1px solid #525a73 !important; +} + +//자료관리> (모달창) 거주자 의견진술 자료 상세 +.css-1404n7d-MuiGrid-root>.css-qwp29v-MuiGrid-root{ + border:0px solid red; + margin-left: 0px; + width: 100%; +} +.css-qwp29v-MuiGrid-root>.MuiFormControl-root{ + width:20%; + margin-right: 15px; +} + +.MuiGrid-root>.m_title{ + border: 1px solid #888888; + display: flex; + align-items: center; + border-width: 0px 1px 0px 0px; + padding-right: 11px; + height: 22px; + margin-top: 8px; + margin-right: 15px; +} +/*.css-mykh40-MuiInputBase-root-MuiOutlinedInput-root{ + .MuiOutlinedInput-notchedOutline{ + border: 1px solid #212946 !important; + border-radius: 4px; + } +}*/ +//심의목록 셀렉터 우측으로 정렬 +.MuiGrid-root>.css-1odrivk-MuiGrid-root{ + margin-right: 330px; + border:0px solid red; +} +//심의목록 모달창 스크롤 헤더 폰트 흐림문제 수정 +.css-lzdpoz-MuiPaper-root{ + border: 1px solid #525a73; + overflow: initial; + border-width: 0px 0px 2px 2px; +} +.css-1uigskc-MuiTableCell-root{ + border: 1px solid #525a73; + border-width: 5px 1px 1px 0px; +} +.css-t78vwc-MuiTableCell-root.MuiTableCell-body { + border-right: 1px solid #525a73 !important; +} + +//자료관리> (모달창) 거주자 의견진술 자료 상세 +.css-1404n7d-MuiGrid-root>.css-qwp29v-MuiGrid-root{ + border:0px solid red; + margin-left: 0px; + width: 100%; +} +.css-qwp29v-MuiGrid-root>.MuiFormControl-root{ + width:20%; + margin-right: 15px; +} + +.MuiGrid-root>.m_title{ + border: 1px solid #888888; + display: flex; + align-items: center; + border-width: 0px 1px 0px 0px; + padding-right: 11px; + height: 22px; + margin-top: 8px; + margin-right: 15px; +} +/*.css-mykh40-MuiInputBase-root-MuiOutlinedInput-root{ + .MuiOutlinedInput-notchedOutline{ + border: 1px solid #212946 !important; + border-radius: 4px; + } +}*/