5 @include breakpoint-set('to ems', true);
7 @import "compass/css3";
8 @import "compass/typography/links/link-colors";
9 @import "compass/utilities/general/clearfix";
12 @include border-box-sizing;
17 global-box-sizing: border-box, // [1] http://stackoverflow.com/questions/27590328
21 $text-color: rgba(0, 0, 0, 0.87);
23 $background-color: #fafafa;
24 $background-color-alternate: #f5f5f5;
26 // Blue from Android Material
27 $primary-color: #1976d2; // 700
28 $primary-color-darker: #0d47a1; // 900
29 $primary-color-lighter: #2196f3; // 500
31 // Deep Orange from Android Material
32 $accent-color: #dd2c00; // A700
33 $accent-color-lighter: #ff3d00; // A400
34 $accent-color-darker: #bf360c; // 900
38 img, embed, object, video
45 font-family: Cambria, Georgia, "Times New Roman", Times, serif;
46 background: $background-color;
54 border-bottom: 1px dashed $primary-color;
57 h1, h2, h3, h4, h5, h6 {
58 color: $primary-color;
60 @include link-colors($primary-color, $primary-color-lighter, $primary-color, $primary-color-darker, $primary-color);
65 @include link-colors($accent-color, $accent-color-lighter, $accent-color, $accent-color-darker, $accent-color);
66 text-decoration: none;
85 margin-bottom: gutter(12);
87 @include border-radius(.5em);
88 @include box-shadow($primary-color-darker 0px 2px 3px);
89 background: $background-color-alternate;
90 border: $primary-color-lighter 1px solid;
94 @include breakpoint(481px) {
96 @include span(6 of 12);
99 @include span(6 last of 12);
103 @include breakpoint(769px) {
108 @include span(4 last of 12);