sass-site/source/assets/stylesheets/components/_messages.scss

22 lines
406 B
SCSS
Raw Normal View History

// ===========================================================================
// MESSAGES
2013-02-09 04:10:33 +01:00
$message-background-color: $callout-background-color !default;
2012-11-28 17:23:08 +01:00
2013-02-09 04:10:33 +01:00
.message {
@extend %chaparral-pro-regular;
padding: {
top: .5em;
bottom: .5em;
}
2013-02-09 04:10:33 +01:00
background: $message-background-color;
@include box-shadow-both;
ul { @include reset-list; }
strong { @extend %chaparral-pro-semibold; }
}