diff --git a/dist/ionic-ios7.css b/dist/ionic-ios7.css index 16f6aa5925..4bdae79a93 100644 --- a/dist/ionic-ios7.css +++ b/dist/ionic-ios7.css @@ -366,9 +366,9 @@ body { background-color: #fff; -webkit-overflow-scrolling: touch; } -.platform-ios7 .bar { +.platform-ios7 .bar-header { height: 64px; } - .platform-ios7 .bar > * { + .platform-ios7 .bar-header > * { margin-top: 20px; } .platform-ios7 .has-header { margin-top: 64px; } diff --git a/dist/ionic.css b/dist/ionic.css index bea9b8aecd..78049739f0 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -2329,9 +2329,9 @@ a.button { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } -.platform-ios7 .bar { +.platform-ios7 .bar-header { height: 64px; } - .platform-ios7 .bar > * { + .platform-ios7 .bar-header > * { margin-top: 20px; } .platform-ios7 .has-header { margin-top: 64px; } diff --git a/scss/ionic/_platform.scss b/scss/ionic/_platform.scss index c976dc3abe..c243942dff 100644 --- a/scss/ionic/_platform.scss +++ b/scss/ionic/_platform.scss @@ -1,5 +1,5 @@ .platform-ios7 { - .bar { + .bar-header { height: 64px; > * {