Files
ionic-framework/scss/_platform.scss
2013-11-24 21:29:10 -08:00

27 lines
288 B
SCSS

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