Skip to content

Commit

Permalink
feat: update box shadows (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sskirby authored Jun 6, 2022
1 parent b9819c9 commit 88707c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/node_modules
/dist
*.log
*.log
.idea
.tool-versions
6 changes: 3 additions & 3 deletions src/shadow/box.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"shadow": {
"box": {
"small": { "value": "0px 0px 3px 0px rgba(1, 30, 56, 0.2)" },
"medium": { "value": "0px 1px 4px 0px rgba(1, 30, 56, 0.15)" },
"large": { "value": "0px 3px 5px 0px rgba(1, 30, 56, 0.1)" }
"small": { "value": "0px 1px 2px 0px rgba(1, 30, 56, 0.25)" },
"medium": { "value": "0px 3px 8px 0px rgba(1, 30, 56, 0.18)" },
"large": { "value": "0px 6px 12px 2px rgba(1, 30, 56, 0.15)" }
}
}
}

0 comments on commit 88707c5

Please sign in to comment.