/// Global media query to switch from desktop to mobile styles.
/// @type String
-$global-breakpoint: $global-width + $global-gutter;
+$global-breakpoint: $global-width + $global-gutter !default;
img.float-center,
img.text-center {
margin: 0 auto;
+ Margin: 0 auto;
float: none;
text-align: center;
}
td.float-center,
th.float-center {
margin: 0 auto;
+ Margin: 0 auto;
float: none;
text-align: center;
}
table.button {
width: auto !important;
+ margin: $button-margin;
Margin: $button-margin;
table {
border: $callout-border;
padding: $callout-padding;
background: $callout-background;
+ margin-bottom: $global-margin;
+ Margin-bottom: $global-margin;
&.primary {
background: scale-color($primary-color, $lightness: $callout-background-fade);
@for $i from 1 through ($grid-column-count - 1) {
table.body td.small-offset-#{$i},
table.body th.small-offset-#{$i} {
- //1.5 takes in effect a whole empty cell.
+ //1.5 takes in effect a whole empty cell.
margin-left: -zf-grid-calc-pct($i, $grid-column-count) !important;
+ Margin-left: -zf-grid-calc-pct($i, $grid-column-count) !important;
}
}
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
+ Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
#backgroundTable {
margin: 0;
+ Margin: 0;
padding: 0;
width: 100% !important;
line-height: 100% !important;
p {
margin: 0 0 0 $paragraph-margin-bottom;
+ Margin: 0 0 0 $paragraph-margin-bottom;
}
table {
a {
color: $global-font-color;
font-family: $body-font-family;
- font-weight: $header-font-weight;
+ font-weight: $global-font-weight;
padding: 0;
margin: 0;
+ Margin: 0;
text-align: left;
line-height: $global-line-height;
}
color: $header-color;
word-break: normal;
font-family: $header-font-family;
+ font-weight: $header-font-weight;
+ margin-bottom: $header-margin-bottom;
Margin-bottom: $header-margin-bottom;
}
}
p {
+ margin-bottom: $paragraph-margin-bottom;
Margin-bottom: $paragraph-margin-bottom;
&.lead {
}
&.subheader {
+ margin-top: $subheader-margin-top;
+ margin-bottom: $subheader-margin-bottom;
Margin-top: $subheader-margin-top;
Margin-bottom: $subheader-margin-bottom;
font-weight: $subheader-font-weight;
pre {
background: $light-gray;
margin: 30px 0;
+ Margin: 30px 0;
code {
color: $medium-gray;
border-top: 0;
border-bottom: $hr-border;
border-left: 0;
+ margin: $hr-margin;
Margin: $hr-margin;
clear: both;
}
line-height: 1;
p + & {
+ margin-top: -16px;
Margin-top: -16px;
}
}
background: $container-background;
width: $global-width;
margin: 0 auto;
+ Margin: 0 auto;
text-align: inherit;
}
th.columns,
th.column {
margin: 0 auto;
+ Margin: 0 auto;
padding-left: $global-gutter;
padding-bottom: $column-padding-bottom;
}
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
- "inky": "^1.2.0",
+ "inky": "^1.2.2",
"lazypipe": "^1.0.1",
"panini": "^1.2.0",
"rimraf": "^2.3.3",
$small-font-size: 10px;
$lead-font-size: $global-font-size * 1.25;
$lead-line-height: 1.6;
-$text-padding: 10px;
$subheader-lineheight: 1.4;
$subheader-color: $dark-gray;
$subheader-font-weight: $global-font-weight;
border-radius: 10px;
}
-.feature-block {
+.feature-callout {
background: $light-gray;
Margin-bottom: $global-padding * 2;
}
+
<row>
<columns small="12" large="12">
<center>
- <img class="float-center" src="http://placehold.it/450x250" alt="">
+ <img src="http://placehold.it/450x250" alt="">
</center>
</columns>
</row>
<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<center>
- <button class="primary tiny" href="http://zurb.com">Find out more</button>
+ <button class="primary small" href="http://zurb.com">Find out more</button>
</center>
</columns>
</row>