diff --git a/circle.yml b/circle.yml index d902f72f..0eceb64d 100644 --- a/circle.yml +++ b/circle.yml @@ -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 diff --git a/ui/src/components/toggle/index.js b/ui/src/components/toggle/index.js index 9531bdf3..b32b9de9 100644 --- a/ui/src/components/toggle/index.js +++ b/ui/src/components/toggle/index.js @@ -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} }