Last active
March 9, 2018 17:29
-
-
Save ViewFromTheBox/41a73ee7f6b0c845d91eb05f5d8fae06 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| .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