칼리움 요청 실패 표시 및 클릭시 페이지 이동 처리
This commit is contained in:
@@ -735,6 +735,17 @@ export const TitleItemValue = styled.div`
|
||||
color: ${props => props.color || 'black'};
|
||||
`;
|
||||
|
||||
export const TitleItemLink = styled.a`
|
||||
font-weight: ${props => props.fontWeight || 500};
|
||||
color: ${props => props.color || 'black'};
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
`;
|
||||
|
||||
export const ChargeBtn = styled.button`
|
||||
&&{
|
||||
width: 60px;
|
||||
|
||||
Reference in New Issue
Block a user