7 line-height: 1.22222222em;
8 margin-top: 0.48888889em;
9 margin-bottom: 0.24444444em;
13 line-height: 1.294117647em;
14 margin-top: 0.8627451em;
15 margin-bottom: 0.43137255em;
19 line-height: 1.571428572em;
20 margin-top: 0.78571429em;
21 margin-bottom: 0.43137255em;
27 margin-bottom: 1.375em;
35 color: lighten($text-dark, 16%);
45 text-decoration: none;
46 transition: color ease-in-out 80ms;
48 text-decoration: underline;
49 color: darken($primary, 20%);
54 * Other HTML Text Elements
56 p, ul, ol, pre, table, blockquote {
58 margin-bottom: 1.375em;
68 background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);
75 strong, b, .bold, .strong {
77 > strong, > b, > .bold, > .strong {
86 small, p.small, span.small, .text-small {
88 color: lighten($text-dark, 20%);
92 vertical-align: super;
97 font-family: monospace;
104 border-left: 4px solid $primary;
105 background-color: #F8F8F8;
106 padding: $-s $-m $-s $-xl;
114 color: lighten($text-dark, 20%);
119 background-color: #F8F8F8;
120 font-family: monospace;
122 border: 1px solid #DDD;
131 margin-bottom: 1.2em;
141 p.pos, p .pos, span.pos, .text-pos {
145 p.neg, p .neg, span.neg, .text-neg {
149 p.muted, p .muted, span.muted, .text-muted {
150 color: lighten($text-dark, 26%);
153 p.primary, p .primary, span.primary, .text-primary {
157 p.secondary, p .secondary, span.secondary, .text-secondary {
162 * Generic text styling classes
165 text-decoration: underline;