Skip to content

Commit

Permalink
Update _scaffolding.scss
Browse files Browse the repository at this point in the history
Hello,

I'm currently trying to add a subfooter with a tabs but the actual CSS doesn't implement this feature.

I can see that the .has-footer.has-tabs doing the same thing but the directive is actually not generating those classes.
  • Loading branch information
gaetansenn committed Aug 11, 2015
1 parent 59294e8 commit ffa7320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ ion-infinite-scroll {
}
}

.bar-subfooter.has-tabs {
bottom: $tabs-height + $bar-footer-height;
}

.has-footer.has-tabs {
bottom: $tabs-height + $bar-footer-height;
}
Expand Down

0 comments on commit ffa7320

Please sign in to comment.