Skip to content

Instantly share code, notes, and snippets.

@kgarfinkel
Last active September 6, 2017 20:54
Show Gist options
  • Save kgarfinkel/617a970e1ec27dfa19fc6ad4485a43cd to your computer and use it in GitHub Desktop.
Save kgarfinkel/617a970e1ec27dfa19fc6ad4485a43cd to your computer and use it in GitHub Desktop.
$sidebar-border: solid 1px $zd-color-platinum;
$sidebar-width: 350px;
.c-sidebar {
border: $sidebar-border;
background-color: $zd-color-white;
height: 100%;
right: 0;
top: 0;
width: $sidebar-width;
&__item {
border-bottom: $sidebar-border;
&__author {
color: $zd-color-silver-sand;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment