Created
November 3, 2016 14:59
-
-
Save AlexSchwabauer/39e8be3f28b17401d635b9711ba1e344 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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