sass-site/source/assets/stylesheets/components/_messages.scss
Jina Bolton 3b465c6ffa boom
2013-02-08 19:10:33 -08:00

23 lines
428 B
SCSS

// ===========================================================================
// MESSAGES
$message-background-color: $callout-background-color !default;
.message {
@extend %chaparral-pro-regular;
position: relative;
padding: {
top: .5em;
bottom: .5em;
}
background: $message-background-color;
@include box-shadow-both;
ul { @include reset-list; }
strong { @extend %chaparral-pro-semibold; }
}