Fixing the build

This commit is contained in:
Tom Gallacher 2017-01-13 12:43:47 +00:00
parent 2754d8d3dd
commit 8513d8c904
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,6 @@ machine:
- git config --global user.email "circleci@joyent.zone"
- git config --global user.name "circlebot"
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
- curl -o- -L https://yarnpkg.com/install.sh | bash
services:
- docker

View File

@ -50,7 +50,9 @@ const StyledInput0 = styled.input`
transparent 50%,
${colors.brandSecondary} 50%);
background-position: left bottom;
box-shadow: inset ${remcalc(-7)} 0 ${remcalc(9)} ${remcalc(-7)} rgba(0,0,0,0.4);
box-shadow: inset
${remcalc(-7)} 0 ${remcalc(9)} ${remcalc(-7)}
rgba(0,0,0,0.4);
${inputStyled}
}