Skip to content

Commit

Permalink
fix(ionContent): Update scss for ion-infinite-scroll element
Browse files Browse the repository at this point in the history
  • Loading branch information
deflomu committed Feb 25, 2014
1 parent 1702f5c commit 788df52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_scaffolding.scss
Expand Up @@ -231,7 +231,7 @@ body.grade-c {
}

// Infinite scroll
infinite-scroll .scroll-infinite {
ion-infinite-scroll .scroll-infinite {
position: relative;
overflow: hidden;
margin-top: -70px;
Expand All @@ -247,7 +247,7 @@ infinite-scroll .scroll-infinite {
text-align: center;
font-size: 30px; }

infinite-scroll.active .scroll-infinite {
ion-infinite-scroll.active .scroll-infinite {
margin-top: -30px;
}

Expand Down

0 comments on commit 788df52

Please sign in to comment.