'ink/components/outlook-first',
'ink/components/media-query';
+body {
+ background-color: #eeeeee;
+}
+
+.container {
+ background-color: #ffffff;
+}
-//my overrides
+//my overrides
.header {
background: #999999;
}
.sub-header {
- text-align: right;
+ text-align: right;
vertical-align: middle;
}
table[class="body"] .left-text-pad {
padding-right: 10px !important;
}
-}
\ No newline at end of file
+}
/// @type Number
$container-width: 580px !default;
+/// Color for the container background
+/// @type Color
+$container-background-color: $white !default;
+
/// Global raidus of radius-corners.
/// @type Number
$global-radius: 3px !default;
display: block;
}
-td.wrapper {
+table.wrapper {
padding: $wrapper-padding-top $column-gutter 0 0;
position: relative;
}
-table.columns,
-table.column {
+td.columns,
+td.column {
margin: 0 auto;
}
}
@for $i from 1 through $grid-column-count {
- table.large-#{$i} {
+ td.large-#{$i} {
width: grid-calc-px($i, $grid-column-count, $container-width, $column-gutter);
}
}
@for $i from 1 through $grid-column-count {
- table.large-#{$i} center {
+ td.large-#{$i} center {
min-width: grid-calc-px($i, $grid-column-count, $container-width, $column-gutter);
}
}
table.column .text-pad-right {
padding-right: $text-padding;
}
+
+
+
+
+table.gutter {
+ margin: 10px;
+}
table[class="body"] .columns,
table[class="body"] .column {
- display: block;
- float: left;
- height: auto;
+ display: block !important;
+ float: left !important;
+ height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
table[class="body"] table.columns td.expander {
// width: 1px !important;
- display: none;
+ display: none !important;
}
table[class="body"] .right-text-pad,