17 lines
370 B
Sass
17 lines
370 B
Sass
body.ios7
|
|
$ios-menu-height: 20px
|
|
.top-menu
|
|
margin-top: $ios-menu-height
|
|
.side-menu
|
|
margin-top: $ios-menu-height
|
|
#ember-app-container
|
|
padding-top: $ios-menu-height
|
|
.main-section
|
|
top: $top-menu-height + $ios-menu-height
|
|
.ios7-menu-panel
|
|
position: absolute
|
|
top: 0
|
|
width: 100%
|
|
height: $ios-menu-height
|
|
background-color: white
|