Settings Routes (#449)

* Building out settings area

* Flow and refactoring

* TeamLogo

* Add temporary profile screen

* 💚

* PR feedback
This commit is contained in:
Tom Moor
2017-11-26 18:09:55 -08:00
committed by GitHub
parent 6aa0390e99
commit 505310c172
32 changed files with 456 additions and 317 deletions

View File

@ -32,6 +32,11 @@ const RealButton = styled.button`
top: 0.05em;
}
&:disabled {
opacity: 0.8;
cursor: default;
}
${props =>
props.light &&
`
@ -57,10 +62,7 @@ const RealButton = styled.button`
&:hover {
background: ${darken(0.05, color.danger)};
}
`} &:disabled {
background: ${color.slateLight};
cursor: default;
}
`};
`;
const Label = styled.span`