Merge branch 'dev-modify-css' into dev

main
psy 2 years ago
commit 0f896c86ea

@ -156,7 +156,8 @@
//TODO : 컬럼 스타일 : README.md 참조 //TODO : 컬럼 스타일 : README.md 참조
renderer: { renderer: {
styles: { 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 { .personalArea .infoArea .txtArea .btnArea > li a {
/*padding: 4px 3px;*/ /*padding: 4px 3px;*/
/*border-radius: 2px;*/ /*border-radius: 2px;*/
background: #636b97; background: #8091bf;
padding:6px; padding:6px;
font-size: 11px; font-size: 11px;
color: #fff; color: #fff;
@ -2063,8 +2063,8 @@ button {
display: block; display: block;
width: 100%; width: 100%;
border: none; border: none;
background: #4b84c1; background: #e5e5e5;
color: #fff; } color: #646464; }
.personalArea .workArea button::before, .personalArea .workArea button::after { .personalArea .workArea button::before, .personalArea .workArea button::after {
content: "\f0d7"; content: "\f0d7";
padding: 0 10px; } padding: 0 10px; }

Loading…
Cancel
Save