Skip to content

Commit

Permalink
Merge pull request #24 from yalesites-org/figma
Browse files Browse the repository at this point in the history
  • Loading branch information
ModulesUnraveled authored Feb 12, 2022
2 parents b330108 + b1f6001 commit 682bb8c
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions tokens/organisms/site-header.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
site-header-themes:
"gray-100":
background:
value: "{color.gray.100.value}"
yale-branding:
value: "{color.blue.yale.value}"
site-branding:
value: "{color.blue.yale.value}"
"beige":
background:
value: "{color.basics.beige.value}"
yale-branding:
value: "{color.blue.yale.value}"
site-branding:
value: "{color.blue.yale.value}"
"white":
background:
value: "{color.basics.white.value}"
yale-branding:
value: "{color.blue.yale.value}"
site-branding:
value: "{color.blue.yale.value}"
"blue-yale":
background:
value: "{color.blue.yale.value}"
yale-branding:
value: "{color.blue.light.value}"
site-branding:
value: "{color.basics.white.value}"
site-header-layout:
left:
justify:
value: "{layout.flex-position.left}"
align:
value: "{layout.flex-position.left}"
center:
justify:
value: "{layout.flex-position.center}"
align:
value: "{layout.flex-position.center}"

0 comments on commit 682bb8c

Please sign in to comment.