2012-11-28 12:09:54 +01:00
|
|
|
// ===========================================================================
|
|
|
|
// MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.message {
|
2012-11-28 12:59:42 +01:00
|
|
|
@extend %chaparral-pro-regular;
|
2012-11-28 17:23:08 +01:00
|
|
|
clear: both;
|
2012-11-28 12:09:54 +01:00
|
|
|
padding: .66666666666667em;
|
2012-11-28 17:23:08 +01:00
|
|
|
background: $callout-background-color;
|
|
|
|
color: $callout-text-color;
|
2012-11-28 13:46:51 +01:00
|
|
|
|
2012-11-28 17:23:08 +01:00
|
|
|
a,
|
|
|
|
strong { @extend %chaparral-pro-semibold; }
|
|
|
|
|
|
|
|
a { @include link(darken($callout-text-color, 5%), darken($callout-text-color, 15%), darken($callout-text-color, 25%)); }
|
2012-11-28 12:09:54 +01:00
|
|
|
|
|
|
|
p,
|
|
|
|
ul {
|
|
|
|
padding: .25em 0;
|
2012-11-28 17:23:08 +01:00
|
|
|
@include font-size($font-size-large);
|
2012-11-28 12:09:54 +01:00
|
|
|
|
|
|
|
&:first-child { padding-top: 0; }
|
|
|
|
&:last-child { padding-bottom: 0; }
|
|
|
|
}
|
|
|
|
}
|