sass-site/source/layouts/roles/_alert.haml

21 lines
541 B
Plaintext
Raw Normal View History

2014-07-28 04:34:14 +02:00
/[if lt IE 8]
.alert(role="alert")
2018-10-24 00:06:39 +02:00
.sl-l-container
2014-07-28 04:34:14 +02:00
%p.browsehappy
You are using an
%strong outdated
browser. Please
= link_to "upgrade your browser", "http://browsehappy.com/"
to improve your experience.
- if content_for?(:alert)
.alert
2018-10-24 00:06:39 +02:00
.sl-l-container= yield_content :alert
2014-07-28 04:34:14 +02:00
.alert.stickers
2018-10-24 00:06:39 +02:00
.sl-l-container
2014-07-28 04:34:14 +02:00
%p
2015-10-14 02:13:58 +02:00
%strong Your laptop needs more Sass.
2014-07-28 04:34:14 +02:00
= succeed "." do
2015-10-14 02:13:58 +02:00
= link_to "Grab a set of Sass stickers now", "http://devswag.com/products/sass-stickers-4"