feat: design 반영

main
minuk926 3 years ago
parent e23a8c43a3
commit 88d5a33e25

@ -147,6 +147,18 @@
*{ *{
font-family: 'Noto Sans KR' !important; font-family: 'Noto Sans KR' !important;
} }
// modal
.css-79ws1d-MuiModal-root {
position: fixed;
right: 0;
bottom: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
position: absolute;
}
// //
.css-1kmsfjc-MuiButtonBase-root-MuiButton-root{ .css-1kmsfjc-MuiButtonBase-root-MuiButton-root{
height:37px; height:37px;
@ -184,39 +196,6 @@
border-color: #111936; border-color: #111936;
}*/ }*/
// modal
.css-79ws1d-MuiModal-root {
position: fixed;
z-index: 9999;
right: 0;
bottom: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
position: absolute;
}
//
.css-fdedq5-MuiInputBase-root-MuiOutlinedInput-root{
/* height: 43px;*/
height: 41px;
}
//
.css-140pblg-MuiGrid-root>.MuiGrid-item:nth-child(2){
display: flex;
margin-left: -25px;
padding-top: 5px;
}
//
.css-6dzwqk-MuiGrid-root {
border: 0px solid yellow;
padding-left: 0px !important;
}
//
.css-1j73dtm-MuiGrid-root{
padding-left: 0px !important;
}
// //
@ -235,6 +214,8 @@
// //
.MuiGrid-root>.css-1uxpv00-MuiGrid-root{ .MuiGrid-root>.css-1uxpv00-MuiGrid-root{
margin: 0px; margin: 0px;
position: absolute;
right: 35px;
} }
// 3 22 // 3 22
.MuiGrid-root > .css-9m7a0r-MuiTypography-root{ .MuiGrid-root > .css-9m7a0r-MuiTypography-root{
@ -249,11 +230,7 @@
border:0px solid red; border:0px solid red;
margin-left: auto; margin-left: auto;
} }
//
.MuiGrid-root>.css-1odrivk-MuiGrid-root{
margin-right: 330px;
border:0px solid red;
}
// //
.css-lzdpoz-MuiPaper-root{ .css-lzdpoz-MuiPaper-root{
border: 1px solid #525a73; border: 1px solid #525a73;
@ -263,57 +240,56 @@
.css-1uigskc-MuiTableCell-root{ .css-1uigskc-MuiTableCell-root{
border: 1px solid #525a73; border: 1px solid #525a73;
border-width: 5px 1px 1px 0px; border-width: 5px 1px 1px 0px;
padding: 8px;
} }
.css-t78vwc-MuiTableCell-root.MuiTableCell-body { .css-t78vwc-MuiTableCell-root.MuiTableCell-body {
border-right: 1px solid #525a73 !important; border-right: 1px solid #525a73 !important;
padding: 8px;
} }
//
//> () .MuiGrid-root>.css-1odrivk-MuiGrid-root{
.css-1404n7d-MuiGrid-root>.css-qwp29v-MuiGrid-root{
border:0px solid red; border:0px solid red;
margin-left: 0px; margin-right: 330px;
width: 100%;
}
.css-qwp29v-MuiGrid-root>.MuiFormControl-root{
width:20%;
margin-right: 15px;
} }
.MuiGrid-root>.m_title{
border: 1px solid #888888;
//
.css-fdedq5-MuiInputBase-root-MuiOutlinedInput-root{
/* height: 43px;*/
/* height: 41px;*/
}
//
.css-140pblg-MuiGrid-root>.MuiGrid-item:nth-child(2){
display: flex; display: flex;
align-items: center; /* margin-left: -25px;*/
border-width: 0px 1px 0px 0px; padding-top: 5px;
padding-right: 11px;
height: 22px;
margin-top: 8px;
margin-right: 15px;
} }
/*.css-mykh40-MuiInputBase-root-MuiOutlinedInput-root{ //
.MuiOutlinedInput-notchedOutline{ .image_Down{
border: 1px solid #212946 !important; max-width:45%;
border-radius: 4px;
}
}*/
//
.MuiGrid-root>.css-1odrivk-MuiGrid-root{
margin-right: 330px;
border:0px solid red; border:0px solid red;
} }
// //
.css-lzdpoz-MuiPaper-root{ .n_upload{
border: 1px solid #525a73; border:0px solid red;
overflow: initial; /*margin-left: -25px;*/
border-width: 0px 0px 2px 2px;
} }
.css-1uigskc-MuiTableCell-root{ //
border: 1px solid #525a73; .css-6dzwqk-MuiGrid-root {
border-width: 5px 1px 1px 0px; border: 0px solid yellow;
padding-left: 0px !important;
} }
.css-t78vwc-MuiTableCell-root.MuiTableCell-body { //
border-right: 1px solid #525a73 !important; .css-1j73dtm-MuiGrid-root{
padding-left: 0px !important;
} }
//> () //> ()
.css-1404n7d-MuiGrid-root>.css-qwp29v-MuiGrid-root{ .css-1404n7d-MuiGrid-root>.css-qwp29v-MuiGrid-root{
border:0px solid red; border:0px solid red;
@ -335,9 +311,7 @@
margin-top: 8px; margin-top: 8px;
margin-right: 15px; margin-right: 15px;
} }
/*.css-mykh40-MuiInputBase-root-MuiOutlinedInput-root{ .fix_address{
.MuiOutlinedInput-notchedOutline{ border: 1px solid pink;
border: 1px solid #212946 !important; margin: 0px !important;
border-radius: 4px; }
}
}*/
Loading…
Cancel
Save