Skip to content

Instantly share code, notes, and snippets.

@AlexSchwabauer
Created November 3, 2016 14:59
Show Gist options
  • Save AlexSchwabauer/39e8be3f28b17401d635b9711ba1e344 to your computer and use it in GitHub Desktop.
Save AlexSchwabauer/39e8be3f28b17401d635b9711ba1e344 to your computer and use it in GitHub Desktop.
.wrap
position: fixed
width 100vw
z-index: 999
display flex
background-color white
justify-content: space-between
padding rem(20px)
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
padding-left: 5vw
padding-right: 5vw
// +below('s')
// flex-direction: column
// align-items: center
.links
align-self: flex-end
// +below('s')
// margin-top: .5em
// align-self: auto
.link
padding rem(12px)
.callToAction
color: $accentColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment