display: block !important;
}
}
-
}
//Buttons
}
}
-//Doesn't work on the pesky ESPs like outlook 2000
+// Doesn't work on the pesky ESPs like outlook 2000
table.menu.vertical {
td,
th,
width: 100%;
}
- //Nested lists need some more padding to the left
+ // Nested lists need some more padding to the left
td,
th {
table.menu.vertical {
}
}
}
+
+table.menu.text-center a {
+ text-align: center;
+}
'components/thumbnail',
'components/menu',
'components/outlook-first',
- 'components/media-query';
\ No newline at end of file
+ 'components/media-query';
+
+
\ No newline at end of file
/// Body background color.
/// @type Length
-$body-background-color: #eeeeee !default;
+$body-background-color: $light-gray !default;
//For viewing email in browser
html {
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-webserver": "^0.9.1",
- "inky": "^1.2.0",
+ "inky": "^1.2.1",
"lazypipe": "^1.0.1",
"media-query-extractor": "^0.1.1",
"panini": "^1.1.1",
$column-padding-bottom: 10px;
$grid-column-gutter: 16px;
$sub-column-padding-right: $grid-column-gutter / 2;
-$body-background-color: #eeeeee;
+$body-background-color: $light-gray;
// 3. Block Grid
// -------------
@import 'settings';
@import '../../../../scss/foundation';
+
+@media only screen and (max-width: #{$small-range}) {
+ .small-float-center {
+ margin: 0 auto;
+ float: none;
+ text-align: center;
+ }
+
+ .small-text-center {
+ text-align: center;
+ }
+
+ .up-3 td {
+ width: 45% !important;
+ }
+
+ table.menu.small-vertical {
+ td,
+ th,
+ a {
+ display: block !important;
+ }
+ }
+}
\ No newline at end of file