/// Margin around buttons.
/// @type List
-$button-margin: 0 0 $global-margin 0 !default;
+$button-margin-bottom: $global-margin !default;
/// Background color of buttons.
/// @type Color
table.button {
width: auto;
- margin: $button-margin;
- Margin: $button-margin;
table {
}
}
+// creates spacing below buttons
+td.button-spacer {
+ height: $button-margin-bottom;
+ font-size: $button-margin-bottom;
+ line-height: $button-margin-bottom;
+}
+
table.button:hover table tr td a,
table.button:active table tr td a,
table.button table tr td a:visited,
<row>
<columns small="12" large="12">
<center>
- <button href="http://zurb.com" class="tiny" href="http://zurb.com">I am a tiny button</button>
+ <button href="http://zurb.com" class="tiny">I am a tiny button</button>
</center>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
- <button href="http://zurb.com" class="small" href="http://zurb.com">I am a small button</button>
+ <button class="small" href="http://zurb.com">I am a small button</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
- <button href="http://zurb.com" class="" href="http://zurb.com">I am a default button</button>
+ <button href="http://zurb.com" class="">I am a default button</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button href="http://zurb.com" class="large" href="http://zurb.com">I am a large button</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button href="http://zurb.com" class="secondary" href="http://zurb.com">I am secondary</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button href="http://zurb.com" class="success" href="http://zurb.com">I am successful</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button class="alert" href="http://zurb.com">I alert</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button class="warning" href="http://zurb.com">I warn</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button href="http://zurb.com" class="expand">I expand</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<center>
<button href="http://zurb.com" class="small-expand">Expand small only</button>
</center>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<center>
<button href="http://zurb.com" class="small-expand">Expand small only</button>
</center>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<center>
- <button href="http://zurb.com" href="http://zurb.com" class="expand">I expand and have lots of text</button>
+ <button href="http://zurb.com" class="expand">I expand and have lots of text</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button href="http://zurb.com" class="radius">I have a radius</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<columns small="12" large="12">
<button href="http://zurb.com" class="rounded">I am round</button>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<center>
<button href="http://zurb.com" class="radius">I am centered</button>
</center>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
<row>
<center>
<button href="http://zurb.com" class="border">I am centered</button>
</center>
+ <p>This text should be spaced away from bottom of button</p>
</columns>
</row>
</container>