From: Tim Hartwick Date: Tue, 25 Aug 2015 00:07:02 +0000 (-0700) Subject: removed panels X-Git-Tag: v2.0.0-rc.1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ef71260eff53320156d616d6244964d02f7390;p=thirdparty%2Ffoundation%2Ffoundation-emails.git removed panels --- diff --git a/scss/ink/components/_inline-list.scss b/scss/ink/components/_inline-list.scss index d154fb22..9fc7233d 100644 --- a/scss/ink/components/_inline-list.scss +++ b/scss/ink/components/_inline-list.scss @@ -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 index d7940ada..00000000 --- a/scss/ink/components/_panel.scss +++ /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