Skip to content

Commit

Permalink
fix(spinners): Remove min-height from small spinner and margin top from
Browse files Browse the repository at this point in the history
large spinner

[fixes #101234820]

Signed-off-by: Charles Hansen <chansen@pivotal.io>
  • Loading branch information
Adam Berkovec authored and charleshansen committed Jan 29, 2016
1 parent 124f8a0 commit a836e8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/pivotal-ui/components/spinners/spinners.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

.spinner-lg {
margin-top: 64px;
text-align: center;
.fa-spin {
font-size: 48px;
Expand All @@ -10,7 +9,6 @@

.spinner-sm {
text-align: center;
min-height: 320px;
.fa-spin {
font-size: 28px;
}
Expand Down

0 comments on commit a836e8a

Please sign in to comment.