Skip to content

Commit

Permalink
Closes sass#84
Browse files Browse the repository at this point in the history
  • Loading branch information
Jina Bolton committed Jul 22, 2014
1 parent 542227a commit dd5563a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/assets/css/components/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
}

.release-name { white-space: nowrap; }

.alert.stickers {
background: $midnight-blue;
}
7 changes: 7 additions & 0 deletions source/layouts/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
= partial "layouts/regions/toolkit"
= partial "layouts/regions/browsehappy"
= partial "layouts/regions/alert"
.alert.stickers
.container
%p
%strong Your laptop needs more Sass.
= succeed "." do
= link_to "Grab a set of Sass stickers now", "http://devswag.com/products/sass-stickers-4"
.pop-stripe
= partial "layouts/regions/banner"
= partial "layouts/regions/page_header"
Expand All @@ -26,6 +32,7 @@
- if content_for?(:section_middle)
%section.section-middle
.container= yield_content :section_middle

.alert.release
.container
%ul
Expand Down

0 comments on commit dd5563a

Please sign in to comment.