From ffa7320e1b0718107a93244ab64fbadd385bf7e7 Mon Sep 17 00:00:00 2001 From: Gaetan SENN Date: Tue, 11 Aug 2015 11:17:03 +0200 Subject: [PATCH] Update _scaffolding.scss 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. --- scss/_scaffolding.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 4c768c9f5fc..003fd7782e3 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -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; }