]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updated type.scss to typography.scss
authorTim Hartwick <tdhartwick2@gmail.com>
Thu, 28 Apr 2016 21:26:18 +0000 (14:26 -0700)
committerTim Hartwick <tdhartwick2@gmail.com>
Thu, 28 Apr 2016 21:26:18 +0000 (14:26 -0700)
scss/components/_typography.scss [moved from scss/components/_type.scss with 99% similarity]
scss/foundation.scss
scss/settings/_settings.scss

similarity index 99%
rename from scss/components/_type.scss
rename to scss/components/_typography.scss
index bd87c7aa1e3236c92043b566fb109bc6da7d0b89..7bf0cd0ebd154557bfcbf28b6feb35b10bafe7be 100755 (executable)
@@ -238,7 +238,7 @@ small {
 
 a {
   color: $anchor-color;
-  text-decoration: none;
+  text-decoration: $anchor-text-decoration;
 
   &:hover {
     color: $anchor-color-hover;
index d700e9545dba396edfcf1126b8ce13f994b5d360..06c4893d50c402008ecd64b49d08b094c87c06a2 100755 (executable)
@@ -10,7 +10,7 @@
   'grid/block-grid',
   'components/alignment',
   'components/visibility',
-  'components/type',
+  'components/typography',
   'components/button',
   'components/callout',
   'components/thumbnail',
index 3255e3d9578100c7bf6e7337d93a6125d2e7de11..5d25e82510edd958b125f94de74ca977209970f7 100644 (file)
@@ -109,7 +109,7 @@ $button-color: $white;
 $button-color-alt: $medium-gray;
 $button-font-weight: bold;
 $button-margin: 0 0 $global-margin 0;
-$button-background: $primary-color;
+$button-background: pink;
 $button-border: 2px solid $button-background;
 $button-radius: $global-radius;
 $button-rounded: $global-rounded;