Skip to content

Commit

Permalink
feat: add elevation tokens #69
Browse files Browse the repository at this point in the history
  • Loading branch information
leeejune authored and blackfalcon committed May 5, 2022
1 parent c79c03e commit d165c2f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/elevation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"elevation": {
"100": {
"value": "0px 0px 5px rgba(0, 0, 0, 0.15)",
"public": true,
"comment": "for the least amount of emphasis",
"deprecated": false
},
"200": {
"value": "0px 0px 10px rgba(0, 0, 0, 0.15)",
"public": true,
"comment": "for more emphasis than low elevation",
"deprecated": false
},
"300": {
"value": "0px 0px 15px rgba(0, 0, 0, 0.2)",
"public": true,
"comment": "for maximum emphasis or differentiation",
"deprecated": false
}
}
}

0 comments on commit d165c2f

Please sign in to comment.