+// 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;
}
+++ /dev/null
-// 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