Update padding and table for stack master
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Aug 2019 12:22:29 +0000 (08:22 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Aug 2019 12:22:29 +0000 (08:22 -0400)
Stack table will have the th as top row.
Adjusting padding on select

src/assets/scss/_settings.scss
src/assets/scss/glmWordPress.scss

index b0e6af6..2882dc0 100644 (file)
@@ -787,7 +787,7 @@ $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;
-$show-header-for-stacked: false;
+$show-header-for-stacked: true;
 $table-stack-breakpoint: medium;
 
 // 51. Tabs
index 6ca6ca9..136b2d1 100644 (file)
@@ -8,7 +8,7 @@ input[type="text"] {
     display: inline;
 }
 .wp-admin select {
-    padding: 0 1.5rem 0 0;
+    padding: 0 1.5rem 0 .3rem;
     line-height: 1.5;
     height: 2.4375rem;
 }