Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
fix(examples): top and bottom margin on button example
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 19, 2015
1 parent d0b0eff commit cf40976
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/components/button/basic_usage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ section {
margin: 1em;
position: relative !important;
padding-bottom: 10px;
[md-button], [md-raised-button], [md-fab] {
margin-top: 16px;
margin-bottom: 16px;
}
}

md-content {
margin-right: 7px;
}
section [md-button] {
margin-top: 16px;
margin-bottom: 16px;
}

.label {
position: absolute;
bottom: 5px;
Expand Down

0 comments on commit cf40976

Please sign in to comment.