mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
30 lines
530 B
SCSS
30 lines
530 B
SCSS
.sl-c-callout {
|
|
margin: 1.5rem 0;
|
|
padding: 1.5rem 1rem;
|
|
background: lighten($sl-color--pale-sky, 50%);
|
|
|
|
&--warning { background: lighten($sl-color--hopbush, 36%); }
|
|
|
|
&--fun-fact { background: lighten($sl-color--patina, 43%); }
|
|
|
|
&--function {
|
|
padding: {
|
|
top: 0;
|
|
bottom: .25rem;
|
|
};
|
|
|
|
.code-example { margin-top: -3rem; }
|
|
|
|
.signature {
|
|
margin: {
|
|
right: -1rem;
|
|
left: -1rem;
|
|
};
|
|
}
|
|
}
|
|
|
|
> *:first-child { margin-top: 0; }
|
|
|
|
> *:last-child { margin-bottom: 0; }
|
|
}
|