Files
ionic-framework/scss/_platform.scss
2013-11-25 17:01:06 -06:00

28 lines
289 B
SCSS

/**
* Platform
* --------------------------------------------------
*/
.platform-ios7 {
.bar-header {
height: 64px;
> * {
margin-top: 20px;
}
}
.has-header {
top: 64px;
}
.bar-subheader {
top: 64px;
}
.has-subheader {
top: 108px;
}
}