김지은 2 years ago
parent
commit
3881b84206
  1. 26
      src/assets/css/custom.css

26
src/assets/css/custom.css

@ -534,8 +534,8 @@ input:-internal-autofill-selected {
.count-box form + form{margin-top:1rem;} .count-box form + form{margin-top:1rem;}
.count-box .sm-ti{margin-bottom:4px;display: inline-block;} .count-box .sm-ti{margin-bottom:4px;display: inline-block;}
.sm-ti{font-weight:500;font-size: 14px;} .sm-ti{font-weight:500;font-size: 14px;}
/*그리드*/
/*그리드*/
.react-dataTable.pal-dateTable{border-bottom:1px solid #3b4253;} .react-dataTable.pal-dateTable{border-bottom:1px solid #3b4253;}
.react-dataTable.pal-dateTable .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol div[role='button'] div{font-size: 0.875rem;font-weight:500;} .react-dataTable.pal-dateTable .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol div[role='button'] div{font-size: 0.875rem;font-weight:500;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow{min-height:40px;background: #242b3d !important;} .react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow{min-height:40px;background: #242b3d !important;}
@ -543,6 +543,30 @@ input:-internal-autofill-selected {
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow .rdt_TableCell{font-size: 0.875rem;} .react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow .rdt_TableCell{font-size: 0.875rem;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow .rdt_TableCell .badge.btn{font-size:85%!important;} .react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow .rdt_TableCell .badge.btn{font-size:85%!important;}
.pal-dateTable a{color:#bbb;text-decoration: underline;} .pal-dateTable a{color:#bbb;text-decoration: underline;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.primary{background: #7367f0 !important;color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.secondary{background: #82868b !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.success{background: #28c76f !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.danger{background: #ea5455 !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.warning{background: #ff9f43 !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.info{background: #00cfe8 !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.dark{background: #4b4b4b !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.primary .rdt_TableCell, .rdt_TableRow.primary .rdt_TableCell a{color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.secondary .rdt_TableCell, .rdt_TableRow.secondary .rdt_TableCell a{color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.success .rdt_TableCell, .rdt_TableRow.success .rdt_TableCell a{color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.danger .rdt_TableCell, .rdt_TableRow.danger .rdt_TableCell a{color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.warning .rdt_TableCell, .rdt_TableRow.warning .rdt_TableCell a{color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.info .rdt_TableCell, .rdt_TableRow.info .rdt_TableCell a{color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.dark .rdt_TableCell, .rdt_TableRow.dark .rdt_TableCell a{color:#fff;}
.rdt_TableRow.primary .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.secondary .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.success .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.danger .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.warning .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.info .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.dark .rdt_TableCell a:hover{color:#7367f0;}
@media only screen and (min-width: 768px) and (max-width: 1024px){ @media only screen and (min-width: 768px) and (max-width: 1024px){
.search-list-cont-btn button{font-size:12px;padding:10px 4px;} .search-list-cont-btn button{font-size:12px;padding:10px 4px;}

Loading…
Cancel
Save