mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
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.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
|
||||
|
@ -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}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user