Guest User

Untitled

a guest
Mar 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .sidebar {
  2. background-color: $light-grey;
  3. padding-top: 30px;
  4. padding-bottom: 30px;
  5. .widget {
  6. margin-bottom: 20px;
  7. .widgettitle {
  8. @include josefin(28px, $dark-blue, 400, uppercase);
  9. border-bottom: 1px solid $dark-blue;
  10. text-align: center;
  11. }
  12. &:last-child {
  13. margin-bottom: 0;
  14. }
  15. }
  16. }
Add Comment
Please, Sign In to add comment