iOS outer-content css

This commit is contained in:
Adam Bradley
2015-08-31 15:32:04 -05:00
parent bf4eea3fb2
commit c6ee245f70
12 changed files with 247 additions and 232 deletions

View File

@@ -0,0 +1,10 @@
// iOS Content
// --------------------------------------------------
$outer-content-md-background-color: #efeff4 !default;
[mode=ios] .outer-content {
background: $outer-content-md-background-color;
}