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

23 lines
428 B
SCSS
Raw Normal View History

// ===========================================================================
// MESSAGES
.message {
2012-11-28 12:59:42 +01:00
@extend %chaparral-pro-regular;
@extend %callout-theme;
padding: .66666666666667em;
@include font-size($font-size-large);
text-align: center;
p,
ul {
padding: .25em 0;
&:first-child { padding-top: 0; }
&:last-child { padding-bottom: 0; }
}
a,
2012-11-28 12:59:42 +01:00
strong { @extend %chaparral-pro-bold; }
}