]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adds logic for removes padding on nested columns
authorRafiBomb <rafi@zurb.com>
Wed, 9 Mar 2016 15:35:50 +0000 (07:35 -0800)
committerRafiBomb <rafi@zurb.com>
Wed, 9 Mar 2016 15:35:50 +0000 (07:35 -0800)
scss/components/_media-query.scss
testing/src/assets/scss/app.scss
testing/src/layouts/default.html

index 7aad573954cbca036c4e4b9d334909bce16d472e..0a516366f0d18c3ff5c59745cf90056350413860 100755 (executable)
     box-sizing: border-box;
     padding-left: $global-gutter !important;
     padding-right: $global-gutter !important;
+
+    .column,
+    .columns {
+      padding-left: 0 !important;
+      padding-right: 0 !important;
+    }
   }
 
   //If it's collapsed make it so.
index fe9a867218c26a67293acc50c3f19e76d4e58a33..0120cf40654fd6c9bd30c8cfd2f466d26c88f92c 100644 (file)
     text-align: center;
   }
 }
+
+.block-grid p {
+  background: dodgerblue;
+  text-align: center;
+}
+
+.feature-list {
+  
+  .feature-list-item {
+    border-top: 1px solid $light-gray;
+    td, th {
+      padding: 10px 0 10px 0;
+    } 
+  }
+
+  table.feature-list-image {
+    @media only screen and (max-width: #{$global-breakpoint}) {
+      display: none !important;
+    }
+  }
+
+  .feature-list-item-info {
+    font-size: 14px; 
+    line-height: 21px; 
+    text-transform: uppercase;
+    color: $medium-gray;
+    Margin-bottom: 0;
+  }
+
+  .feature-list-item-header {
+    font-size: 20px; 
+    line-height: 30px;
+    Margin-bottom: 5px;
+
+    a {
+      color: $black;
+    }
+  }
+}
index 01289e5cb86b2d29bc957e98373c3871dbbc021f..7be6abc5ef37de8d05e7b6926468f2e00349aa44 100644 (file)
@@ -4,11 +4,11 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta name="viewport" content="width=device-width"/>
   <link rel="stylesheet" type="text/css" href="css/app.css">
-  <!-- inject:css -->
-  <!-- endinject -->
 </head>
  
 <body>
+<!-- inject:css -->
+  <!-- endinject -->
   <table class="body" data-made-with-foundation>
     <tr>
       <td class="center" align="center" valign="top">