]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updates settings file
authorRafiBomb <rafi@zurb.com>
Mon, 21 Mar 2016 20:42:51 +0000 (13:42 -0700)
committerRafiBomb <rafi@zurb.com>
Mon, 21 Mar 2016 20:42:51 +0000 (13:42 -0700)
package.json
scss/settings/_settings.scss

index 34f131933a1a0479f3c8af44a0aeafeb9597721e..6400ac9a7b0ffe8f002d35aa847764e726eb5a8d 100644 (file)
@@ -34,7 +34,7 @@
     "gulp-sass-lint": "^1.1.1",
     "gulp-sourcemaps": "^1.6.0",
     "gulp-wrap": "^0.11.0",
-    "inky": "^1.2.5",
+    "inky": "^1.2.6",
     "lazypipe": "^1.0.1",
     "motion-ui": "^1.1.1",
     "multiline": "^1.0.2",
index cfc44eebec29795068a328379820766b80b632ce..821f1007742900338257e752705ea8e8ae6d25bd 100644 (file)
@@ -58,19 +58,20 @@ $block-grid-gutter: $global-gutter;
 $global-font-weight: normal;
 $header-color: inherit;
 $global-line-height: 1.3;
-$global-font-size: 14px;
+$global-font-size: 16px;
 $body-line-height: 19px;
 $header-font-family: $body-font-family;
 $header-font-weight: $global-font-weight;
-$h1-font-size: 40px;
-$h2-font-size: 36px;
-$h3-font-size: 32px;
-$h4-font-size: 28px;
-$h5-font-size: 24px;
-$h6-font-size: 20px;
+$h1-font-size: 34px;
+$h2-font-size: 30px;
+$h3-font-size: 28px;
+$h4-font-size: 24px;
+$h5-font-size: 20px;
+$h6-font-size: 18px;
 $header-margin-bottom: 10px;
 $paragraph-margin-bottom: 10px;
-$small-font-size: 10px;
+$small-font-size: 80%;
+$small-font-color: $medium-gray;
 $lead-font-size: $global-font-size * 1.25;
 $lead-line-height: 1.6;
 $text-padding: 10px;