list updates

This commit is contained in:
Adam Bradley
2015-03-31 22:28:04 -05:00
parent f5196007f3
commit a337aca26b
28 changed files with 268 additions and 176 deletions

View File

@ -2,7 +2,9 @@
// Content
// --------------------------------------------------
$content-background-color: #fff !default;
.content {
background-color: white;
.pane-container {
background-color: $content-background-color;
}

View File

@ -0,0 +1,10 @@
// iOS Content
// --------------------------------------------------
$content-ios-background-color: #efeff4 !default;
.view-ios .pane-container {
background-color: $content-ios-background-color;
}