mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
29 lines
632 B
SCSS
29 lines
632 B
SCSS
// ===========================================================================
|
|
// ILLUSTRATIONS
|
|
|
|
|
|
|
|
$illustration-size: 4.5em !default;
|
|
|
|
|
|
|
|
.illustration { text-align: center; }
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// iPhone, wide
|
|
|
|
//@mixin illustrations-iPhone-wide {
|
|
// .circle {
|
|
// display: inline-block;
|
|
// margin: 0 auto;
|
|
// @include border-radius($illustration-size);
|
|
// padding: 0;
|
|
// width: $illustration-size;
|
|
// height: $illustration-size;
|
|
// background: $callout-background-color;
|
|
// line-height: $illustration-size;
|
|
// text-align: center;
|
|
// }
|
|
//} |