Fixing the build
This commit is contained in:
parent
2754d8d3dd
commit
8513d8c904
@ -4,7 +4,6 @@ machine:
|
|||||||
- git config --global user.email "circleci@joyent.zone"
|
- git config --global user.email "circleci@joyent.zone"
|
||||||
- git config --global user.name "circlebot"
|
- git config --global user.name "circlebot"
|
||||||
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
|
- 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:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
@ -50,7 +50,9 @@ const StyledInput0 = styled.input`
|
|||||||
transparent 50%,
|
transparent 50%,
|
||||||
${colors.brandSecondary} 50%);
|
${colors.brandSecondary} 50%);
|
||||||
background-position: left bottom;
|
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}
|
${inputStyled}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user