Merge branch 'dev-modify-css' into dev

main
psy 2 years ago
commit 0f896c86ea

@ -156,7 +156,8 @@
//TODO : 컬럼 스타일 : README.md 참조
renderer: {
styles: {
background: (props) => props.value === 'Y' ? 'cyan' : 'red'
background: (props) => props.value === 'Y' ? '#35b5f5' : '#f3f3f3',
color: (props) => props.value === 'Y' ? '#fff' : '#9b9b9b'
}
}
},

@ -2049,7 +2049,7 @@ button {
.personalArea .infoArea .txtArea .btnArea > li a {
/*padding: 4px 3px;*/
/*border-radius: 2px;*/
background: #636b97;
background: #8091bf;
padding:6px;
font-size: 11px;
color: #fff;
@ -2063,8 +2063,8 @@ button {
display: block;
width: 100%;
border: none;
background: #4b84c1;
color: #fff; }
background: #e5e5e5;
color: #646464; }
.personalArea .workArea button::before, .personalArea .workArea button::after {
content: "\f0d7";
padding: 0 10px; }

Loading…
Cancel
Save