mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
23 lines
429 B
SCSS
23 lines
429 B
SCSS
// ===========================================================================
|
|
// MESSAGES
|
|
|
|
|
|
|
|
.message {
|
|
@extend %chaparral-pro-light;
|
|
@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,
|
|
strong { @extend %chaparral-pro-regular; }
|
|
} |