sass-site/source/assets/stylesheets/components/_messages.scss
2013-02-10 18:40:20 -08:00

22 lines
406 B
SCSS

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