2013-10-12 22:32:25 +02:00
|
|
|
/*! Sass
|
|
|
|
* by Team Sass Design (@teamsassdesign)
|
|
|
|
*/
|
|
|
|
|
2013-10-16 09:47:46 +02:00
|
|
|
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
|
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
@import
|
|
|
|
'breakpoint',
|
2013-10-16 09:47:46 +02:00
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
'dependencies/layout',
|
|
|
|
'dependencies/typography',
|
|
|
|
'dependencies/color',
|
2013-10-16 09:47:46 +02:00
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
'foundation/site';
|
2013-10-16 09:47:46 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
html { background: $color-background; }
|
2013-10-16 09:47:46 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 2em;
|
|
|
|
font: {
|
|
|
|
size: inherit;
|
|
|
|
family: 'Source Sans Pro', sans-serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.maruku_toc { display: none; }
|
2014-03-14 01:51:23 +01:00
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
.box * { box-sizing: content-box; }
|