Merge pull request #884 from bostondv/master

Use $base-background-color variable for .view & .pane
This commit is contained in:
Adam Bradley
2014-03-24 17:22:28 -05:00

View File

@@ -317,5 +317,5 @@ ion-infinite-scroll.active .scroll-infinite {
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
background-color: $base-background-color;
}