color editing

This commit is contained in:
Jori Lallo
2017-10-29 23:22:46 -07:00
parent a1bfde7aec
commit e70a8c2495
18 changed files with 261 additions and 16 deletions

View File

@ -32,7 +32,7 @@ const Wrapper = styled.div`
`;
const Outline = styled(Flex)`
export const Outline = styled(Flex)`
display: flex;
flex: 1;
margin: 0 0 ${size.large};
@ -48,7 +48,7 @@ const Outline = styled(Flex)`
}
`;
const LabelText = styled.div`
export const LabelText = styled.div`
font-weight: 500;
padding-bottom: 4px;
`;