This commit is contained in:
Tom Moor
2017-07-09 20:02:10 -07:00
parent f456dc6b6a
commit a04af08064
16 changed files with 209 additions and 56 deletions

View File

@ -25,13 +25,17 @@ const RealButton = styled.button`
&:hover {
background: ${darken(0.05, color.primary)};
}
&:disabled {
background: ${color.slateLight};
}
`;
const Label = styled.span`
padding: 2px 12px;
padding: 4px 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: 500;
`;
const Inner = styled.span`