Skip to content

Instantly share code, notes, and snippets.

@flynnduism
Created March 11, 2024 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flynnduism/444e089634476b0942434d0e8dcba3e2 to your computer and use it in GitHub Desktop.
Save flynnduism/444e089634476b0942434d0e8dcba3e2 to your computer and use it in GitHub Desktop.
#events-menu {
text-align: left;
padding: 3rem 0 1.67rem;
nav {
margin: 0 0 0 -1rem;
display: flex;
flex-direction: row;
justify-content: space-between;
}
a {
margin: 0 1.333rem 0 0;
padding: 0.5rem 1rem;
font-size: 0.925rem;
color: white;
border-radius: 1rem;
&:hover {
background-image: linear-gradient(90deg, rgba($lavenderfloral, 0.22) 0%, rgba($lavenderfloral, 0.1) 100%);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment