2012-11-28 12:09:54 +01:00
|
|
|
// ===========================================================================
|
|
|
|
// MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-02-09 04:10:33 +01:00
|
|
|
$message-background-color: $callout-background-color !default;
|
2012-11-28 13:46:51 +01:00
|
|
|
|
2012-11-28 17:23:08 +01:00
|
|
|
|
2012-11-28 12:09:54 +01:00
|
|
|
|
2013-02-09 04:10:33 +01:00
|
|
|
.message {
|
|
|
|
@extend %chaparral-pro-regular;
|
|
|
|
padding: {
|
|
|
|
top: .5em;
|
|
|
|
bottom: .5em;
|
2012-11-28 12:09:54 +01:00
|
|
|
}
|
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; }
|
2012-11-28 12:09:54 +01:00
|
|
|
}
|