]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
removed panels
authorTim Hartwick <tdhartwick2@gmail.com>
Tue, 25 Aug 2015 00:07:02 +0000 (17:07 -0700)
committerTim Hartwick <tdhartwick2@gmail.com>
Tue, 25 Aug 2015 00:07:02 +0000 (17:07 -0700)
scss/ink/components/_inline-list.scss
scss/ink/components/_panel.scss [deleted file]

index d154fb22d0ccffacbc13094b2a969cdac0fe65da..9fc7233d7ccfd3c4814b366b8a8142d35bf3a283 100644 (file)
@@ -1,11 +1,18 @@
+// Ink by ZURB
+// zurb.com/ink/
+// Licensed under MIT Open Source
+
+@import 'global';
+
+////
+/// @group inline-list
+////
+
 table.inline-list {
   width: 100% !important;
 }
 
-//This rule makes vertical inline-lists flush with other content.
-//Not sure if this is too style specific. May need to be removed.
 td.vertical {
-
   padding-top: 10px !important;
 }
 
diff --git a/scss/ink/components/_panel.scss b/scss/ink/components/_panel.scss
deleted file mode 100755 (executable)
index d7940ad..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-// Ink by ZURB
-// zurb.com/ink/
-// Licensed under MIT Open Source
-
-@import "global";
-
-//
-// @variables
-//
-
-$include-html-panel-classes: $include-html-classes !default;
-$panel-bg: #f2f2f2 !default;
-$panel-border-style: solid !default;
-$panel-border-color: #d9d9d9 !default;
-$panel-border-size: 1px !default;
-
-@include exports("panel") {
-       @if $include-html-panel-classes {
-               /* Panels */
-
-               .panel {
-                 background: $panel-bg;
-                 border: $panel-border-size $panel-border-style $panel-border-color;
-                 padding: $panel-padding !important;
-               }
-
-               .sub-grid table {
-                 width: 100%;
-               }
-
-               .sub-grid td.sub-columns {
-                 padding-bottom: 0;
-               }
-       }
-}
\ No newline at end of file