Skip to content

Instantly share code, notes, and snippets.

@ViewFromTheBox
Last active March 9, 2018 17:29
Show Gist options
  • Select an option

  • Save ViewFromTheBox/41a73ee7f6b0c845d91eb05f5d8fae06 to your computer and use it in GitHub Desktop.

Select an option

Save ViewFromTheBox/41a73ee7f6b0c845d91eb05f5d8fae06 to your computer and use it in GitHub Desktop.
.sidebar {
background-color: $light-grey;
padding-top: 30px;
padding-bottom: 30px;
.widget {
margin-bottom: 20px;
.widgettitle {
@include josefin(28px, $dark-blue, 400, uppercase);
border-bottom: 1px solid $dark-blue;
text-align: center;
}
&:last-child {
margin-bottom: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment