Skip to content

Commit

Permalink
Merge pull request #150 from callofdutyin/patch-3
Browse files Browse the repository at this point in the history
Zapier homepage
  • Loading branch information
nakulrathore authored Oct 24, 2019
2 parents 4ef01d2 + 769ee7a commit 26bd7cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/shadows.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,12 @@ const shadows = [
name: "WebFx multiple shadow design",
shadow: "-5px -5px 30px 5px #FF0000, 5px 5px 30px 5px #0000FF",
border: "0"
}
},
{
name: "Zapier homepage",
shadow: "0px 2px 10px rgba(0, 0, 0, 0.2)",
border: " 1px solid #e6e6e6"
},
];

export default shadows;

0 comments on commit 26bd7cb

Please sign in to comment.