diff --git a/source/stylesheets/print.css.scss b/source/stylesheets/print.css.scss index f26bb80..7130f98 100644 --- a/source/stylesheets/print.css.scss +++ b/source/stylesheets/print.css.scss @@ -2,6 +2,7 @@ @import 'normalize'; @import 'compass'; @import 'variables'; +@import 'icon-font'; /* Copyright 2008-2013 Concur Technologies, Inc. @@ -111,4 +112,31 @@ body { h5, h6 { text-transform: uppercase; } + + aside { + padding: 1em; + border: 1px solid $print-color-light; + border-radius: 5px; + margin-top: 1.5em; + margin-bottom: 1.5em; + line-height: 1.6; + } + + aside:before { + vertical-align: middle; + padding-right: 0.5em; + font-size: 14px; + } + + aside.notice:before { + @extend %icon-info-sign; + } + + aside.warning:before { + @extend %icon-exclamation-sign; + } + + aside.success:before { + @extend %icon-ok-sign; + } } \ No newline at end of file