]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add stacked table var to components/_table 9777/head
authorMatthew Witek <matt@mwitekdesign.com>
Thu, 2 Mar 2017 00:46:48 +0000 (19:46 -0500)
committerMatthew Witek <matt@mwitekdesign.com>
Thu, 2 Mar 2017 00:46:48 +0000 (19:46 -0500)
scss/components/_table.scss
scss/settings/_settings.scss

index e7afd9f7922ba41669b92046dd87af396278a026..321658195320eb0b8651ef4fb8da29e37e916304 100644 (file)
@@ -76,6 +76,10 @@ $table-foot-font-color: $body-font-color !default;
 /// @type Boolean
 $show-header-for-stacked: false !default;
 
+/// Breakpoint at which stacked table switches from mobile to desktop view.
+/// @type Breakpoint
+$table-stack-breakpoint: medium !default;
+
 @mixin -zf-table-stripe($stripe: $table-stripe) {
   tr {
     // If stripe is set to even, darken the even rows.
index 8eeb4c948a29f0347aa998a815f44027cb8e9e1a..af784b6d687087b74938d9589164a7610f3f41f4 100644 (file)
@@ -556,7 +556,6 @@ $table-foot-background: smart-scale($table-background, $table-color-scale);
 $table-foot-row-hover: darken($table-foot-background, $table-hover-scale);
 $table-head-font-color: $body-font-color;
 $table-foot-font-color: $body-font-color;
-$table-stack-breakpoint: medium;
 $show-header-for-stacked: false;
 
 // 33. Tabs