]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
removes unused css fixes #184
authorRafiBomb <rafi@zurb.com>
Fri, 4 Mar 2016 18:42:10 +0000 (10:42 -0800)
committerRafiBomb <rafi@zurb.com>
Fri, 4 Mar 2016 18:42:10 +0000 (10:42 -0800)
scss/components/_media-query.scss
scss/foundation.scss

index 7b5b81e515f1f4be8e2b62ff8391a9f00e8d4552..1e26a46a945477269f5db86ead82dc15e0a5b4e9 100755 (executable)
@@ -8,7 +8,7 @@
 
 /// Body background color.
 /// @type Length
-$body-background-color: #333 !default;
+$body-background-color: #ffffff !default;
 
 /// Container width for small screens.
 /// @type Length
index cd8ab0f3243872958004aba12cde8405efd914c4..f51265056739cb18d68bc9826f109cd4d7836a15 100755 (executable)
   'components/outlook-first',
   'components/media-query';
 
-body {
-  background-color: #eeeeee;
-}
 
-.container {
-  background-color: #ffffff;
-}
-
-//my overrides
-.header {
-  background: #999999;
-}
-
-.sub-header {
-  text-align: right;
-  vertical-align: middle;
-}
-
-table.facebook td {
-  background: #3b5998;
-  border-color: #2d4473;
-}
-
-table.facebook:hover td {
-  background: #2d4473 !important;
-}
-
-table.twitter td {
-  background: #00acee;
-  border-color: #0087bb;
-}
-
-table.twitter:hover td {
-  background: #0087bb !important;
-}
-
-table.google-plus td {
-  background-color: #DB4A39;
-  border-color: #CC0000;
-}
-
-table.google-plus:hover td {
-  background: #CC0000 !important;
-}
-
-.template-label {
-  color: #ffffff;
-  font-weight: bold;
-  font-size: 11px;
-}
-
-.callout .wrapper {
-  padding-bottom: 20px !important;
-}
-
-.callout .panel {
-  background: #ECF8FF;
-  border-color: #b9e5ff;
-}
-
-.header {
-  background: #999999;
-}
-
-.footer .wrapper {
-  background: #ebebeb;
-}
-
-.footer h5 {
-  padding-bottom: 10px;
-}
-
-table.columns .text-pad {
-  padding-left: 10px;
-  padding-right: 10px;
-}
-
-table.columns .left-text-pad {
-  padding-left: 10px;
-}
-
-table.columns .right-text-pad {
-  padding-right: 10px;
-}
-
-@media only screen and (max-width: 600px) {
-
-  table[class="body"] .right-text-pad {
-    padding-left: 10px !important;
-  }
-
-  table[class="body"] .left-text-pad {
-    padding-right: 10px !important;
-  }
-}
-
-.my-class {
-  background: red;
-}