fix(lint): Bad 0px in onboarding.less

This commit is contained in:
Ben Gotow 2015-09-28 10:26:58 -07:00
parent 7aad58f9f3
commit 1008dd800e

View file

@ -586,7 +586,7 @@
width: 242px; width: 242px;
background: rgba(247, 251, 251, 0.25); background: rgba(247, 251, 251, 0.25);
border-radius: 10px; border-radius: 10px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.09), inset 0px 0px 1px rgba(255,255,255,0.15); box-shadow: 0 1px 1px rgba(0,0,0,0.09), inset 0 0 1px rgba(255,255,255,0.15);
padding: 30px 0; padding: 30px 0;
p { p {