This commit is contained in:
Tom Moor
2020-04-11 09:27:14 -07:00
parent b536c682a2
commit fbaaa08ec7

View File

@@ -103,6 +103,9 @@ const Title = styled('input')`
line-height: 1.25;
margin-top: 1em;
margin-bottom: 0.5em;
text: ${props => props.theme.text};
background: ${props => props.theme.background};
transition: ${props => props.theme.backgroundTransition};
margin-left: ${props => (props.offsetLeft ? '-1.2em' : 0)};
color: ${props => props.theme.text};
font-size: 2.25em;